mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-29 22:15:19 -04:00
improve scroll-bar styling
and fix hidden gist scrollbar
This commit is contained in:
parent
cd03c69e40
commit
9c50449ce8
3 changed files with 18 additions and 3 deletions
|
@ -347,9 +347,19 @@ h6:hover .anchor {
|
|||
}
|
||||
|
||||
.post-content ::-webkit-scrollbar-thumb {
|
||||
border: 2px solid var(--hljs-bg);
|
||||
background: rgba(255, 255, 255, 0.32)
|
||||
}
|
||||
|
||||
.post-content ::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(255, 255, 255, 0.64)
|
||||
background: rgba(255, 255, 255, 0.56)
|
||||
}
|
||||
|
||||
.gist ::-webkit-scrollbar-thumb {
|
||||
border: 2px solid rgb(255, 255, 255);
|
||||
background: rgba(0, 0, 0, 0.32)
|
||||
}
|
||||
|
||||
.gist ::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(0, 0, 0, 0.56)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue