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