adjust styles

This commit is contained in:
isUnknown 2024-04-06 10:08:45 +02:00
parent dd217e7a6a
commit 3804d13cb6
34 changed files with 756 additions and 174 deletions

View file

@ -29,7 +29,7 @@ html {
* {
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
scrollbar-color: transparent transparent;
}
/* Works on Chrome, Edge, and Safari */
@ -44,7 +44,7 @@ html {
}
*::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.1);
background-color: transparent;
border-radius: 0px;
border: none;
}