Skip to content

Commit

Permalink
Add styles for upload button and progressbar make topic change icon c…
Browse files Browse the repository at this point in the history
…olor consistent.
  • Loading branch information
richrd committed Sep 10, 2018
1 parent 60e1d04 commit 3bf0afc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zenburn.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ body {
color: var(--body-color) !important;
}

#upload-progressbar {
background: #84ce88;
}

#form #nick {
background: #101010;
color: var(--body-color);
Expand All @@ -175,6 +179,7 @@ body {
}

#form #submit,
#form #upload,
.header button {
color: #ccc !important;
}
Expand Down Expand Up @@ -253,6 +258,7 @@ kbd {
background: #333;
}

#chat .topic .from::before,
#chat .join .from::before {
color: #97ea70;
}
Expand Down

0 comments on commit 3bf0afc

Please sign in to comment.