mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 05:51:55 +00:00
color scrollbar handles
This commit is contained in:
parent
353029cd61
commit
6371ff5f24
1 changed files with 9 additions and 1 deletions
10
user.css
10
user.css
|
|
@ -6,7 +6,6 @@
|
||||||
--scrollbar-vertical-size: 8px;
|
--scrollbar-vertical-size: 8px;
|
||||||
--cover-border-radius: 8px;
|
--cover-border-radius: 8px;
|
||||||
--playbar-movement-anim-speed: 0.5s;
|
--playbar-movement-anim-speed: 0.5s;
|
||||||
--os-windows-icon-dodge: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
@ -44,6 +43,15 @@ body {
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.os-scrollbar-handle {
|
||||||
|
background-color: var(--spice-text) !important;
|
||||||
|
border-radius: calc(var(--scrollbar-vertical-size) / 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.os-scrollbar-handle: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