Skip to content

Commit

Permalink
Fix issue where people list item color was not selected (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 authored and sindresorhus committed Dec 15, 2019
1 parent ab31bbb commit 9c11bd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ html.dark-mode ._5rh4 {
/* Right sidebar: people list item (name) */
html.dark-mode ._364g,
html.dark-mode ._3x6u,
html.dark-mode ._4rph ._4rpj {
html.dark-mode ._4rph ._4rpj,
html.dark-mode ._5l38._42ef ._8slc {
color: var(--base-seventy);
}

Expand Down

0 comments on commit 9c11bd5

Please sign in to comment.