This commit is contained in:
Rene Kievits
2025-10-19 22:52:32 +02:00
commit a728add8af
64 changed files with 11693 additions and 0 deletions

View 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%);
}