Meta: Update Default.css

This commit is contained in:
Alec Murphy 2025-04-15 15:33:22 -04:00
parent 49b1e82e55
commit 0b381bf119

View file

@ -6,6 +6,10 @@ Document {
font-weight: 400; font-weight: 400;
} }
code {
font-family: monospace
}
h1 { h1 {
font-size: 2em; font-size: 2em;
font-weight: bold font-weight: bold
@ -33,4 +37,9 @@ h5 {
h6 { h6 {
font-size: 0.67em; font-size: 0.67em;
font-weight: bold font-weight: bold
}
mark {
background-color: yellow;
color: black
} }