commit d6a953f0c0466284b80289ef47aff3b714db99f0
parent f226dd324e5134365c79f0c3dd8962798d6ab4ec
Author: Hunter
Date: Sat, 7 Mar 2026 18:12:53 -0500
de-emphasize scrollbar (75% opacity)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
@@ -201,7 +201,7 @@
inset 0.5px 0.5px 1px rgba(255,255,255,0.5);
transform: translate(-50%, -50%);
}
- scrollbar-color: var(--muscat) var(--bloom);
+ scrollbar-color: color-mix(in srgb, var(--muscat) 75%, transparent) color-mix(in srgb, var(--bloom) 75%, transparent);
}
/* interface styling */
@@ -221,7 +221,7 @@
overflow-y: scroll;
overflow-x: hidden;
scrollbar-width: auto;
- scrollbar-color: var(--text) var(--background);
+ scrollbar-color: color-mix(in srgb, var(--text) 75%, transparent) color-mix(in srgb, var(--background) 75%, transparent);
}
body {
font-family: Arial, sans-serif;