浏览代码

enh: dark theme scrollbar

Timothy J. Baek 7 月之前
父节点
当前提交
0bfe28711a
共有 1 个文件被更改,包括 6 次插入0 次删除
  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;