Skip to content

Commit

Permalink
Fix dots color in dark mode (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
janosorcsik authored and sindresorhus committed Oct 17, 2019
1 parent 2ca1f37 commit a8c8282
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -933,3 +933,8 @@ html.dark-mode ._7mkk._7t1o._7t0e {
html.dark-mode ._74ku {
color: var(--base-fifty);
}

/* Dot fill color */
html.dark-mode ._5blh._8102 svg g {
fill: var(--base-seventy);
}

0 comments on commit a8c8282

Please sign in to comment.