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 {
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue