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
|
$background: #FFFAE9
|
||||||
$text: #ffffff
|
$text: #23232a
|
||||||
|
|
||||||
$primary: #42B0B0
|
$primary: #42B0B0
|
||||||
$error: #B04256
|
$error: #B04256
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@import "colors"
|
@use "colors" as *
|
||||||
|
|
||||||
body, html
|
body, html
|
||||||
font-family: 'Inter', sans-serif
|
font-family: 'Inter', sans-serif
|
||||||
@ -8,10 +8,9 @@ body, html
|
|||||||
color: $text
|
color: $text
|
||||||
height: 100vh
|
height: 100vh
|
||||||
|
|
||||||
|
|
||||||
.glassy
|
.glassy
|
||||||
background-color: rgba(255, 255, 255, 0.14)
|
background-color: rgba(183, 174, 160, 0.2)
|
||||||
border: 2px solid rgba(255, 255, 255, 0.30)
|
border: 1px solid rgba(183, 174, 160, 0.2)
|
||||||
backdrop-filter: blur(10px)
|
backdrop-filter: blur(10px)
|
||||||
border-radius: 10px
|
border-radius: 10px
|
||||||
|
|
||||||
@ -19,7 +18,7 @@ body, html
|
|||||||
width: 13px
|
width: 13px
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb
|
::-webkit-scrollbar-thumb
|
||||||
background: darken($background, 10%)
|
background: lighten($background, 2%)
|
||||||
border-radius: 10px
|
border-radius: 10px
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:hover
|
::-webkit-scrollbar-thumb:hover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user