Style scrollbar

This commit is contained in:
2025-10-06 16:07:49 +03:00
parent b1735ea6ac
commit 63d694408b
+22
View File
@@ -177,6 +177,28 @@ footer {
border-radius: .2em;
}
::-webkit-scrollbar {
width: .5rem;
&-button {
display: none;
}
&-track {
background-color: $base;
}
&-thumb {
background-color: $overlay0;
border-radius: .25rem;
&:hover {
background-color: $overlay1;
}
}
}
@font-face {
font-family: Monocraft;
src: url("/static/font/Monocraft.ttc");