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

@ -1,3 +1,5 @@
@import "../config"
.breadcrumb ol
display flex
display inline-flex
@ -14,3 +16,8 @@
.item
padding 0 16px
.chevron
color nativeRGB(var(--theme-500))
@media (prefers-color-scheme dark)
color white