Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie committed Feb 5, 2021
1 parent 82d6a34 commit c7a6104
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions Theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ html {

body {
color: white;
background: transparent !important;
}

#hnmain {
#hnmain,
td[bgcolor="#fafaf0"] {
background: $BackgroundColor-3 !important;
}

Expand All @@ -23,15 +25,17 @@ a,
.pagetop a,
.pagetop a:visited,
.commtext,
.default {
.default,
b {
color: white !important;
}

.comhead,
.age a,
.togg,
.subtext,
.subtext a:link {
.subtext a:link,
td {
color: $SecondaryText !important;
}

Expand All @@ -44,12 +48,17 @@ a:visited {
color: $LinkColor-Visited !important;
}

textarea {
textarea,
input[type="text"] {
background: $BackgroundColor-1 !important;
color: white !important;
border: 1px solid #444 !important;
}

input[type="submit"] {
@include PrimaryButton;
}

span[id^="unv"] a[id^="un"] {
color: $HackerNews-Orange !important;
}

0 comments on commit c7a6104

Please sign in to comment.