From b01f48a0f64b37b1a2786b00a4750344aedc4dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Prin=C4=8Di=C4=8D?= Date: Thu, 3 Dec 2020 15:14:09 +0100 Subject: [PATCH] styling footer --- stylus/dark-sccode-org.user.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/stylus/dark-sccode-org.user.css b/stylus/dark-sccode-org.user.css index 64c73f7..eaf6693 100644 --- a/stylus/dark-sccode-org.user.css +++ b/stylus/dark-sccode-org.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name sccode.org - dark gray @namespace git.tmp.si/luka -@version 1.0.1 +@version 1.0.2 @description A dark - inverted - style for sccode.org @author Luka Prinčič - luka@lukaprincic.si ==/UserStyle== */ @@ -46,4 +46,13 @@ border: 1px solid #dddada; padding: 2 8; } + + } + footer.b-footer div { + color:#333; + } + + footer.b-footer div a { + color: #607890; + } }