Skip to content

Commit 53e9341

Browse files
authored
Set scrollbar color for HTML
Add custom scrollbar color for HTML element
1 parent c725a39 commit 53e9341

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
.container {
1414
max-width: 1000px; }
1515

16+
/* html */
17+
html {
18+
scrollbar-color: var(--contrast) var(--slate); }
19+
1620
/* body */
1721

1822
body {

0 commit comments

Comments
 (0)