v1
This commit is contained in:
16
client/src/styles/settings.scss
Normal file
16
client/src/styles/settings.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* src/styles/settings.scss
|
||||
*
|
||||
* Configures SASS variables and Vuetify overwrites
|
||||
*/
|
||||
|
||||
@use 'vuetify/settings' with (
|
||||
$color-pack: false
|
||||
);
|
||||
|
||||
:root {
|
||||
--color-all: hsl(360, 100%, 50%);
|
||||
--color-kanji: hsl(320, 100%, 50%);
|
||||
--color-vocab: hsl(280, 100%, 50%);
|
||||
--color-writing: hsl(220, 100%, 50%);
|
||||
}
|
||||
Reference in New Issue
Block a user