mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-11 17:50:32 +08:00
🎨 Update styles for aside scrollbar.
This commit is contained in:
parent
3c05205573
commit
fe05684f7f
@ -30,14 +30,14 @@ body::-webkit-scrollbar-thumb {
|
|||||||
background: var(--sb-thumb-color);
|
background: var(--sb-thumb-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
nav::-webkit-scrollbar {
|
aside::-webkit-scrollbar {
|
||||||
width: var(--sb-size);
|
width: var(--sb-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
nav::-webkit-scrollbar-track {
|
aside::-webkit-scrollbar-track {
|
||||||
background: var(--sb-track-color);
|
background: var(--sb-track-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
nav::-webkit-scrollbar-thumb {
|
aside::-webkit-scrollbar-thumb {
|
||||||
background: var(--sb-thumb-color);
|
background: var(--sb-thumb-color);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user