Skip to content

Commit

Permalink
Set normal tile display as standard
Browse files Browse the repository at this point in the history
This being done here eliminates the need to specify `filter: none` in every tile layer definition.
  • Loading branch information
hlfan authored Dec 12, 2024
1 parent 27f0cd1 commit 61e8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

body {
font-size: $typeheight;
--dark-mode-map-filter: brightness(.8);
--dark-mode-map-filter: none;
}

time[title] {
Expand Down

0 comments on commit 61e8f83

Please sign in to comment.