We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c725a39 commit 53e9341Copy full SHA for 53e9341
1 file changed
css/custom.css
@@ -13,6 +13,10 @@
13
.container {
14
max-width: 1000px; }
15
16
+/* html */
17
+html {
18
+ scrollbar-color: var(--contrast) var(--slate); }
19
+
20
/* body */
21
22
body {
0 commit comments