Meta: Update Default.css

This commit is contained in:
Alec Murphy 2025-05-04 09:25:49 -04:00
parent a411e8a352
commit fcf20be66e

View file

@ -1,13 +1,13 @@
Document { Document {
background-color: #ffffff; background-color: white;
color: #000000; color: black;
font-family: "serif"; font-family: "serif";
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
} }
a { a {
color: #0000ee; color: mediumblue;
text-decoration: underline text-decoration: underline
} }
@ -92,6 +92,17 @@ h6 {
font-weight: bold; font-weight: bold;
} }
hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-top: 1px solid dimgray;
border-bottom: 1px solid lightgray;
width: auto;
}
mark { mark {
background-color: yellow; background-color: yellow;
color: black color: black