Add basic styles
This fixes styling in Trix but is so standard it's in main.
This commit is contained in:
parent
edef151006
commit
e4843d6626
|
@ -18,6 +18,18 @@ body {
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
em {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol {
|
||||||
|
list-style-type: decimal;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, h7 {
|
h1, h2, h3, h4, h5, h6, h7 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: .5em 0;
|
padding: .5em 0;
|
||||||
|
|
Loading…
Reference in New Issue