mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-16 04:29:20 +00:00
fix: Add normal variant of colors for easyness of usage in projects
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
|
||||
.footer
|
||||
padding 24px 0
|
||||
background nativeRGB(var(--theme-50))
|
||||
background var(--theme-50)
|
||||
@media (prefers-color-scheme dark)
|
||||
background nativeRGB(var(--gray-800))
|
||||
background var(--gray-800)
|
||||
|
||||
ul
|
||||
padding 0
|
||||
|
Reference in New Issue
Block a user