fonts & colors

This commit is contained in:
2024-03-16 09:59:55 -04:00
Unverified
parent 37a95b2bbc
commit 95d1d76e0a
24 changed files with 41 additions and 26 deletions

View File

@@ -30,9 +30,12 @@ body {
::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb);
border-radius: 10px;
}
::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 10px;
}
/**/