revite/src/styles/_variables.scss

5 lines
86 B
SCSS
Raw Normal View History

:root {
--app-height: 100vh;
--sidebar-active: var(--secondary-background);
}