Skip to content

Commit

Permalink
chore: Update font color in style.css to increase contrast for value …
Browse files Browse the repository at this point in the history
…and units in dark mode
  • Loading branch information
melkati committed Jun 3, 2024
1 parent be6a940 commit e8de5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,14 @@ button:hover {
}

.value {
fill: #666;
fill: var(--font-color);
font-family: sans-serif;
font-size: 0.7em;
text-anchor: middle;
}

.unit {
fill: #666;
fill: var(--font-color);
font-family: sans-serif;
font-size: 0.3em;
text-anchor: middle;
Expand Down
Binary file modified data/style.css.gz
Binary file not shown.

0 comments on commit e8de5de

Please sign in to comment.