gollum-style

gollum css
git clone git://git.pyratebeard.net/gollum-style.git
Log | Files | Refs

commit 6733d6a7e5576469804bf19898bbe26b2818dd93
parent 5a6ed8d94917067d80eee75e681c44cb90e84fb8
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  1 May 2020 10:11:27 +0100

decreased pre font-size. add css for history pages

Diffstat:
Mdowntime-theme.css | 24+++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/downtime-theme.css b/downtime-theme.css @@ -74,7 +74,7 @@ a:focus { background-color: #4e495a; color: #b8d680; font-family: 'envy', mono; - font-size: 14px; + font-size: 13px; padding: 1px 1px 1px 1px; border-radius: 2px; border-color: #4e495a; @@ -151,6 +151,28 @@ a:focus { color: #e29e84; font-weight: normal; } +.history h1 { + color: #888aa9; + font-weight: normal; +} +.history h1 strong { + color: #cfe063; + font-weight: normal; +} +#wiki-history table tr, +#wiki-history table tr:nth-child(2n) { + background-color: #212021; +} +#wiki-history table tr td.author a { + color: #d3c284; + font-weight: normal; +} +#wiki-history table tr td { + border: 2px solid #4e495a; +} +#wiki-history table tr td.commit-name span.time-elapsed { + color: #6b6573; +} #error { background-color: #212021; border: none;