mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing classifiers in dark mode
This commit is contained in:
parent
ed4f24b2f0
commit
856eb5c937
1 changed files with 10 additions and 2 deletions
|
@ -804,10 +804,18 @@ color: #a85b40;
|
||||||
background-color: #252D30;
|
background-color: #252D30;
|
||||||
}
|
}
|
||||||
|
|
||||||
.NB-dark .NB-classifiers .NB-classifier {
|
.NB-dark .NB-classifier {
|
||||||
background-color: #59656D;
|
background-color: #59656D;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.NB-dark .NB-classifiers .NB-classifier.NB-classifier-like {
|
||||||
|
box-shadow: 1px 1px 1px #1f1f21;
|
||||||
|
}
|
||||||
|
|
||||||
|
.NB-dark .NB-classifiers .NB-classifier.NB-classifier-dislike {
|
||||||
|
box-shadow: 1px 1px 1px #1f1f21;
|
||||||
|
}
|
||||||
|
|
||||||
.NB-dark .NB-classifiers .NB-classifier label b {
|
.NB-dark .NB-classifiers .NB-classifier label b {
|
||||||
color: rgba(255, 255, 255, 0.4);
|
color: rgba(255, 255, 255, 0.4);
|
||||||
}
|
}
|
||||||
|
@ -922,7 +930,7 @@ color: #a85b40;
|
||||||
.NB-dark .NB-taskbar-options,
|
.NB-dark .NB-taskbar-options,
|
||||||
.NB-dark .NB-feedbar-options {
|
.NB-dark .NB-feedbar-options {
|
||||||
background: none;
|
background: none;
|
||||||
background-color: #565759;
|
background-color: #212225;
|
||||||
color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
|
text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
|
||||||
/*border: 1px solid #90928b;*/
|
/*border: 1px solid #90928b;*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue