mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
tab size, scope the inline code css
This commit is contained in:
parent
f7ab1573da
commit
26fdea5d30
@ -59,7 +59,16 @@
|
||||
font-size: .75em;
|
||||
}
|
||||
|
||||
#singular #content code {
|
||||
#singular #content pre {
|
||||
overflow: auto;
|
||||
background-color: var(--clr-ligher);
|
||||
padding: 1em;
|
||||
border-radius: .25em;
|
||||
overflow-wrap: initial;
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
#singular #content p code {
|
||||
background: var(--clr-ligher);
|
||||
padding: 0.3em .5em;
|
||||
border-radius: .25em;
|
||||
|
@ -33,14 +33,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
background-color: var(--clr-ligher);
|
||||
padding: 1em;
|
||||
border-radius: .25em;
|
||||
overflow-wrap: initial;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
|
Loading…
Reference in New Issue
Block a user