Fix oldstyle.css inconsistencies

Thanks to @moorepants for reporting!
https://github.com/nairobilug/pelican-alchemy/pull/79#issuecomment-678055920
main
Vitaly Potyarkin 2020-08-21 10:38:44 +03:00
parent 9f2ca43677
commit a25b97836d
1 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,10 @@ blockquote {
border-bottom: 1px solid rgba(0,0,0,.1)
}
.main {
background-color: #fff;
}
.footer {
border-top: 1px solid rgba(0,0,0,.1)
}
@ -38,3 +42,7 @@ blockquote {
.highlight pre {
border: 1px solid rgba(0,0,0,.1)
}
.pagination .page-link {
color: #333;
}