Fix scroll bar appearance in Safari

Ref: https://github.com/adityatelange/hugo-PaperMod/issues/654#issuecomment-1015819905

fixes: #654
This commit is contained in:
Aditya Telange 2022-05-28 21:53:12 +05:30
parent 6aced45a65
commit 2b0a52ab25
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -136,3 +136,7 @@ img {
::-webkit-scrollbar-thumb:hover {
background: var(--secondary);
}
::-webkit-scrollbar {
background: var(--theme);
}