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 {
background-color: #ffffff;
color: #000000;
background-color: white;
color: black;
font-family: "serif";
font-size: 16px;
font-weight: 400;
}
a {
color: #0000ee;
color: mediumblue;
text-decoration: underline
}
@ -92,6 +92,17 @@ h6 {
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 {
background-color: yellow;
color: black