Add link styles and fix footer divider.

This commit is contained in:
Dhananjay Balan
2019-08-03 23:15:42 +02:00
parent a910f0ae63
commit 305640e2c9
2 changed files with 36 additions and 2 deletions

View File

@@ -92,7 +92,41 @@ h3 {
font-size: 14pt;
}
article > ul {
padding-left: 0;
}
ul > li {
list-style: none;
}
ul > li:before {
content: "—";
}
#footerdiv {
margin-top: 50px;
}
footer {
margin-top: 2em;
margin-top: 10px;
text-align: center;
}
a {
color: #454545;
font-weight: 430;
text-decoration-color: #808080;
}
sup > a {
color: #454545;
font-weight: 430;
text-decoration-color: #808080;
vertical-align: super;
}
code {
background-color: #ddd;
}