1
0

Update website theme
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 19m8s

This commit is contained in:
Mathias Wagner 2025-02-16 14:28:32 +01:00
parent 0f1ede9683
commit 2f92dbbf5f
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44
2 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,5 @@
$background: #323441
$text: #ffffff
$background: #FFFAE9
$text: #23232a
$primary: #42B0B0
$error: #B04256

View File

@ -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