change style for non-custom scrollbars

This commit is contained in:
Send_Nukez 2021-10-06 04:24:28 +02:00
parent 75be983c23
commit db1ad17ffa

View file

@ -54,6 +54,19 @@ body {
filter: brightness(80%);
}
::-webkit-scrollbar {
width: var(--scrollbar-vertical-size);
}
::-webkit-scrollbar-thumb {
background-color: var(--spice-text) !important;
border-radius: calc(var(--scrollbar-vertical-size) / 2);
}
::-webkit-scrollbar-thumb:hover {
filter: brightness(80%);
}
.main-type-mesto,
.main-type-mestoBold,
.main-type-ballad,