diff --git a/Theme.scss b/Theme.scss index cf7ca9a..3e69a99 100644 --- a/Theme.scss +++ b/Theme.scss @@ -8,9 +8,11 @@ html { body { color: white; + background: transparent !important; } -#hnmain { +#hnmain, +td[bgcolor="#fafaf0"] { background: $BackgroundColor-3 !important; } @@ -23,7 +25,8 @@ a, .pagetop a, .pagetop a:visited, .commtext, -.default { +.default, +b { color: white !important; } @@ -31,7 +34,8 @@ a, .age a, .togg, .subtext, -.subtext a:link { +.subtext a:link, +td { color: $SecondaryText !important; } @@ -44,7 +48,8 @@ a:visited { color: $LinkColor-Visited !important; } -textarea { +textarea, +input[type="text"] { background: $BackgroundColor-1 !important; color: white !important; border: 1px solid #444 !important; @@ -52,4 +57,8 @@ textarea { input[type="submit"] { @include PrimaryButton; +} + +span[id^="unv"] a[id^="un"] { + color: $HackerNews-Orange !important; } \ No newline at end of file