mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 14:02:13 +00:00
change style for non-custom scrollbars
This commit is contained in:
parent
75be983c23
commit
db1ad17ffa
1 changed files with 13 additions and 0 deletions
13
user.css
13
user.css
|
|
@ -54,6 +54,19 @@ body {
|
||||||
filter: brightness(80%);
|
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-mesto,
|
||||||
.main-type-mestoBold,
|
.main-type-mestoBold,
|
||||||
.main-type-ballad,
|
.main-type-ballad,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue