Switch to CSS vars for variables

This commit is contained in:
Michał Gdula 2023-03-25 16:22:32 +00:00
parent 5dab4fb53d
commit b862c74bbe
22 changed files with 263 additions and 181 deletions

View file

@ -6,11 +6,10 @@
top: 0
left: 0
background-color: $white
background-image: linear-gradient(to right, darken($white, 1%) 15%, darken($white, 10%) 35%, darken($white, 1%) 50%)
background-size: 1000px 640px
animation: imgLoading 1.8s linear infinite forwards
background-color: RGB($fg-white)
// background-image: linear-gradient(to right, RGB($bg-200) 15%, RGB($bg-400) 35%, RGB($bg-200) 50%)
// background-size: 1000px 640px
// animation: imgLoading 1.8s linear infinite forwards
user-select: none
overflow: hidden
@ -24,7 +23,7 @@
width: 100%
height: 100%
background-color: $white
background-color: RGB($fg-white)
filter: blur(1rem)
transform: scale(1.1)