Skip to content

Commit

Permalink
fix: member name color and hover background color
Browse files Browse the repository at this point in the history
  • Loading branch information
bbobrov committed Apr 8, 2022
1 parent 2083b78 commit 25197f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,14 @@ body.dark-mode .rcx-options .rcx-option--focus /* Temporary fix while focus is n
color: var(--color-white) !important;
}

body.dark-mode .rc-scrollbars-view .rcx-option .rcx-option__wrapper {
color: var(--color-white) !important;
}

body.dark-mode .rc-scrollbars-view .rcx-option:hover {
background-color: var(--color-darker) !important;
}

body.dark-mode .rc-popover__content .rcx-option:hover,
/* body.dark-mode .rcx-options .rcx-option--focus, */ /* Temporary fix while focus is not refreshed */
body.dark-mode .rcx-options .rcx-option--selected {
Expand Down

0 comments on commit 25197f0

Please sign in to comment.