Browse Source

enh: dark theme scrollbar

Timothy J. Baek 6 months ago
parent
commit
0bfe28711a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/app.css

+ 6 - 0
src/app.css

@@ -62,6 +62,12 @@ li p {
 	border-width: 1px;
 }
 
+/* Dark theme scrollbar styles */
+.dark ::-webkit-scrollbar-thumb {
+	background-color: rgba(69, 69, 74, 0.8); /* Darker color for dark theme */
+	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
+}
+
 ::-webkit-scrollbar {
 	height: 0.4rem;
 	width: 0.4rem;