mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
parent
4b24a94a6a
commit
306aa9fbfc
@ -60,6 +60,12 @@
|
||||
.list {
|
||||
background: var(--theme);
|
||||
}
|
||||
.list:not(.dark)::-webkit-scrollbar-track {
|
||||
background: 0 0;
|
||||
}
|
||||
.list:not(.dark)::-webkit-scrollbar-thumb {
|
||||
border-color: var(--theme);
|
||||
}
|
||||
}
|
||||
{{- end }}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user