rename var --hljs-bg to --code-block-bg

This commit is contained in:
Aditya Telange
2023-12-23 20:02:09 +05:30
parent 973fc97ae1
commit 8b95406e6d
3 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@
}
.post-content :not(table) ::-webkit-scrollbar-thumb {
border: 2px solid var(--hljs-bg);
border: 2px solid var(--code-block-bg);
background: rgb(113, 113, 117);
}
@ -60,4 +60,4 @@
width: 19px;
height: 11px;
}
}
}