Update background color to use CSS variable and remove unused theme toggle logic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user