feat: Move to css variables !

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-10-03 17:50:46 +02:00
parent c2f6e7e055
commit 81f654e1b2
25 changed files with 450 additions and 285 deletions

View File

@ -7,9 +7,9 @@
top 0
margin 0 !important // sorry :(
left 0
background rgba($lightGrayLight, .7)
background nativeRGBA($lightGrayLight, .7)
@media (prefers-color-scheme dark)
background rgba($lightGrayDark, .7)
background nativeRGBA($lightGrayDark, .7)
cursor pointer
z-index 200
animation fadeIn .3s ease-in-out 1 forwards