commit c88e84f47a6760976db32400344a64d7de2fd07f
parent 05c3789b2310086874148f0f65c14b84f8722352
Author: Hunter
Date: Tue, 28 Oct 2025 09:54:30 -0400
style scrollbar
Diffstat:
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
@@ -10,8 +10,12 @@
--icee: #dddddd;
--blueberry: #4c7ae6;
--bubblegum: #f421ff;
- --blush: #bf209c;
--asphalt: #080a0c;
+ --fog: #ddddddcc;
+ }
+
+ * {
+ scrollbar-color: var(--fog) var(--asphalt);
}
body {
@@ -89,7 +93,7 @@
.playlist-item-artist {
font-size: 16px;
- opacity: 0.8;
+ color: var(--fog);
line-height: 1.2;
}
@@ -106,7 +110,7 @@
}
.playlist-item:hover .playlist-item-artist {
- opacity: 1;
+ color: var(--asphalt);
}
.playlist-item:hover .playlist-item-title.current,