1
0
Fork 0

Fix oldstyle.css inconsistencies

Thanks to @moorepants for reporting!
https://github.com/nairobilug/pelican-alchemy/pull/79#issuecomment-678055920
This commit is contained in:
Vitaly Potyarkin 2020-08-21 10:38:44 +03:00
commit a25b97836d

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;
}