mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Fixing dark mode premium bullet images.
This commit is contained in:
parent
33c6c82dce
commit
841f6e9f42
1 changed files with 3 additions and 0 deletions
|
@ -685,6 +685,9 @@ color: #a85b40;
|
|||
.NB-dark .NB-modal-feedchooser .NB-feedchooser-premium-bullets li {
|
||||
border-top-color:rgba(0, 0, 0, .1);
|
||||
}
|
||||
.NB-dark .NB-modal-feedchooser .NB-feedchooser-premium-bullets li .NB-feedchooser-premium-bullet-image {
|
||||
filter: brightness(5);
|
||||
}
|
||||
.NB-dark .NB-modal-feedchooser .NB-feedchooser-dollar-value {
|
||||
text-shadow: 0 1px 0 #2b2a1e;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue