Fix impact of 2b0a52a on horizontal blocks

This commit is contained in:
Aditya Telange 2022-05-28 21:57:44 +05:30
parent 2b0a52ab25
commit 0c71711332
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -137,6 +137,6 @@ img {
background: var(--secondary);
}
::-webkit-scrollbar {
::-webkit-scrollbar:not(.highlighttable, .highlight table, .gist .highlight) {
background: var(--theme);
}