Add link styles and fix footer divider.
This commit is contained in:
parent
a910f0ae63
commit
305640e2c9
@ -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;
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
<section>
|
||||
$body$
|
||||
</section>
|
||||
<hr>
|
||||
<hr id="footerdiv">
|
||||
<footer>
|
||||
<p>
|
||||
<a href="https://git.sr.ht/~dbalan/blogng">Source Code</a> -
|
||||
|
Loading…
Reference in New Issue
Block a user