Meta: Update Default.css
This commit is contained in:
parent
a411e8a352
commit
fcf20be66e
1 changed files with 14 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue