Update website theme
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 19m8s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 19m8s
This commit is contained in:
parent
0f1ede9683
commit
2f92dbbf5f
@ -1,5 +1,5 @@
|
||||
$background: #323441
|
||||
$text: #ffffff
|
||||
$background: #FFFAE9
|
||||
$text: #23232a
|
||||
|
||||
$primary: #42B0B0
|
||||
$error: #B04256
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import "colors"
|
||||
@use "colors" as *
|
||||
|
||||
body, html
|
||||
font-family: 'Inter', sans-serif
|
||||
@ -8,10 +8,9 @@ body, html
|
||||
color: $text
|
||||
height: 100vh
|
||||
|
||||
|
||||
.glassy
|
||||
background-color: rgba(255, 255, 255, 0.14)
|
||||
border: 2px solid rgba(255, 255, 255, 0.30)
|
||||
background-color: rgba(183, 174, 160, 0.2)
|
||||
border: 1px solid rgba(183, 174, 160, 0.2)
|
||||
backdrop-filter: blur(10px)
|
||||
border-radius: 10px
|
||||
|
||||
@ -19,7 +18,7 @@ body, html
|
||||
width: 13px
|
||||
|
||||
::-webkit-scrollbar-thumb
|
||||
background: darken($background, 10%)
|
||||
background: lighten($background, 2%)
|
||||
border-radius: 10px
|
||||
|
||||
::-webkit-scrollbar-thumb:hover
|
||||
|
Loading…
x
Reference in New Issue
Block a user