mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 22:20:12 +00:00
Tuning feedback colors.
This commit is contained in:
parent
aadea9715c
commit
9aee41c391
1 changed files with 5 additions and 1 deletions
|
@ -766,16 +766,20 @@ color: #a85b40;
|
|||
}
|
||||
|
||||
.NB-dark .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-problem {
|
||||
background-color: #BC7114;
|
||||
background-color: #c18025;
|
||||
color: rgb(217, 217, 217);
|
||||
}
|
||||
.NB-dark .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-praise {
|
||||
background-color: #D7B806;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
.NB-dark .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-idea {
|
||||
background-color: #5C9A1E;
|
||||
color: rgb(224, 224, 244);
|
||||
}
|
||||
.NB-dark .NB-module-features .NB-module-feature .NB-module-feature-tag.NB-tag-question {
|
||||
background-color: #4981A9;
|
||||
color: rgb(224, 224, 244);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue