Update background color to use CSS variable and remove unused theme initialization code

This commit is contained in:
2025-04-01 19:19:28 +05:30
parent e95abfb4dd
commit 661edc27c6
2 changed files with 1 additions and 13 deletions

View File

@@ -75,7 +75,7 @@
height: 100vh; // Full viewport height
width: 100vw; // Full viewport width
overflow: hidden; // Prevent scrollbars
background-color: #232323;
background-color: var(--background-color-gray);
}
// Root overlay styles