Fix notification color.
## Issue Closes: 6196 Bright Theme is Broken ## Notes I was trying to fix the problem of the border not visible in Desktop Dark because the highlight color was the same as the border color. The approach didn't take Light and Odysee into account ... oops. Round 2.
This commit is contained in:
parent
47539edcab
commit
3a58ca1954
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ $contentMaxWidth: 60rem;
|
|||
}
|
||||
|
||||
.notification__wrapper--unread {
|
||||
background-color: #2d2d33;
|
||||
background-color: var(--color-card-background-highlighted);
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-button-secondary-bg);
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// Structure
|
||||
--color-background: var(--color-gray-9);
|
||||
--color-background-overlay: #21252999;
|
||||
--color-border: var(--color-gray-7);
|
||||
--color-border: #333338;
|
||||
--color-card-background: var(--color-gray-8);
|
||||
--color-card-background-highlighted: var(--color-gray-7);
|
||||
|
||||
|
|
Loading…
Reference in a new issue