Skip to content

Commit

Permalink
#1334 Put dark mode on forum and thread lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Nov 19, 2015
1 parent 8e105f5 commit afda4be
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions themes/Sunrise/style.css
Expand Up @@ -1990,4 +1990,35 @@ html.night {

.night .navbar-default .navbar-form .btn {
background: rgba(0,0,0,.3);
}

.night .forum-row,
.night .thread-row {
color: #fff;
background-color: #484848;
}

.night .forum-row.roweven,
.night .thread-row.roweven {
background-color: #3f3f3f;
}

.night a {
color: #4d9ee4;
}

.night a:hover {
color: #337ab7;
}

.night .btn,
.night .btn:hover,
.night a.label,
.night a.label:hover {
color: #fff;
}

.night .btn-default,
.night .btn-default:hover {
color: #444;
}

0 comments on commit afda4be

Please sign in to comment.