accent color scrollbars
This commit is contained in:
parent
2bc5f6c28a
commit
0fc2c327b8
@ -53,7 +53,7 @@ body {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
/* Non-prefixed version, currently
|
/* Non-prefixed version, currently
|
||||||
supported by Chrome, Opera and Firefox */
|
supported by Chrome, Opera and Firefox */
|
||||||
scrollbar-color: var(--theme-secondary);
|
scrollbar-color: var(--theme-primary) !important;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -95,13 +95,13 @@ blockquote {
|
|||||||
|
|
||||||
/* Handle */
|
/* Handle */
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: var(--theme-secondary);
|
background: var(--theme-primary);
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Handle on hover */
|
/* Handle on hover */
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: var(--theme-secondary);
|
background: var(--theme-primary);
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user