mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
scroll-bar(css): fix white track color on list
pages, due to diff bg
This commit is contained in:
parent
64e8532a50
commit
c960b8af04
@ -116,6 +116,10 @@ img {
|
||||
background: var(--theme);
|
||||
}
|
||||
|
||||
.list::-webkit-scrollbar-track {
|
||||
background: var(--code-bg);
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
background: var(--tertiary);
|
||||
border-radius: var(--radius);
|
||||
|
Loading…
Reference in New Issue
Block a user