fix: Missing color on Popup

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-10-10 11:19:37 +02:00
parent f213ec4f09
commit 43b6d64bfe
13 changed files with 50 additions and 43 deletions

View File

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