Update colors from google material palette

This commit is contained in:
Florian RICHER 2023-06-04 18:23:39 +02:00
parent 1dadd6c821
commit 3afe69de9e
7 changed files with 33 additions and 15 deletions

3
src/App.scss Normal file
View file

@ -0,0 +1,3 @@
#root {
@apply m-0 p-0 bg-surface dark:bg-dark_surface text-on_surface dark:text-dark_on_surface;
}