dark_theme: Set color variables for overlays, non-empty indicators.

This commit is contained in:
Karl Stolley
2025-04-04 14:13:54 -05:00
committed by Tim Abbott
parent 65e3d487bf
commit 30752a0011
4 changed files with 12 additions and 14 deletions

View File

@@ -355,7 +355,7 @@ div.overlay {
height: 100%;
-webkit-overflow-scrolling: touch;
background-color: hsl(0deg 0% 13% / 80%);
background-color: var(--color-background-overlay);
z-index: 105;
pointer-events: none;