Created the glassy class

This commit is contained in:
Mathias Wagner 2023-06-09 02:40:19 +02:00
parent bf87b39255
commit 60393fdaa7

View File

@ -20,6 +20,12 @@ body, html
width: 100%
overflow-y: scroll
.glassy
background: $background
backdrop-filter: blur(10px)
border: 2px solid $border
border-radius: 0.8rem
::-webkit-scrollbar
width: 10px