Compare commits

...

2 commits

Author SHA1 Message Date
Thomas Rettig f6133c4eac
Improve legibility of footer text (#26)
Improve the colour contrast and bump up the font-weight to improve legibility of the footer text.
2021-12-11 17:30:46 -08:00
Thomas Rettig 99e5a824d1
Add cursor to <abbr> (#27) 2021-12-11 17:22:18 -08:00

View file

@ -102,6 +102,10 @@ main#content hr {
background: #d8d8d8;
}
main#content abbr {
cursor: help;
}
/* index.html styles */
main#content ul#posts {
list-style-type: none;
@ -271,7 +275,7 @@ main#content section.footnotes {
footer#footer {
font-size: 14px;
font-size: 1.4rem;
font-weight: 300;
color: #949494;
font-weight: 400;
color: #b3b3b3;
margin: 40px 0;
}