Add basic styles

This fixes styling in Trix but is so standard it's in main.
This commit is contained in:
Trevor Vallender 2023-09-17 15:05:22 +01:00
parent edef151006
commit e4843d6626
1 changed files with 12 additions and 0 deletions

View File

@ -18,6 +18,18 @@ body {
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 {
font-weight: bold;
padding: .5em 0;