From a25b97836d310e59d09092c3022c5dac25f328cf Mon Sep 17 00:00:00 2001 From: Vitaly Potyarkin Date: Fri, 21 Aug 2020 10:38:44 +0300 Subject: [PATCH] Fix oldstyle.css inconsistencies Thanks to @moorepants for reporting! https://github.com/nairobilug/pelican-alchemy/pull/79#issuecomment-678055920 --- alchemy/static/css/oldstyle.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/alchemy/static/css/oldstyle.css b/alchemy/static/css/oldstyle.css index 8cb9769..f9938fa 100644 --- a/alchemy/static/css/oldstyle.css +++ b/alchemy/static/css/oldstyle.css @@ -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; +}