Skip to content

Commit

Permalink
Dark mode - single layer view background;
Browse files Browse the repository at this point in the history
  • Loading branch information
cityremade committed Feb 4, 2025
1 parent 6b2be5e commit 68257cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/base/_dark_mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ html.dark-mode {
}

& > .layer-view > .drawer {
background-color: var(--dm-dark-faded);
background-color: var(--dm-color-dark-faded);
}

.drawer.layer-view .drawer {
Expand Down
2 changes: 1 addition & 1 deletion public/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ html.dark-mode {
border-top: 1px solid var(--dm-color-medium);
}
& > .layer-view > .drawer {
background-color: var(--dm-dark-faded);
background-color: var(--dm-color-dark-faded);
}
.drawer.layer-view .drawer {
background-color: var(--dm-color-dark-neutral);
Expand Down

0 comments on commit 68257cb

Please sign in to comment.