22 lines
312 B
SCSS
22 lines
312 B
SCSS
/*
|
|
* App CUSTOM theme SCSS
|
|
* ----------------------------------------------------------------------------
|
|
* Place here custom styles.
|
|
*/
|
|
|
|
/*
|
|
* Light Theme
|
|
* -------------------------------------------
|
|
*/
|
|
:root {
|
|
|
|
}
|
|
|
|
/*
|
|
* Dark Theme
|
|
* -------------------------------------------
|
|
*/
|
|
:root body.dark {
|
|
|
|
}
|