commit | a2ee30bc73d757f3771cf43399119a31062d0058 | [log] [tgz] |
---|---|---|
author | San3yuan <1071987081@qq.com> | Thu Jun 05 21:20:17 2025 +0800 |
committer | San3yuan <1071987081@qq.com> | Thu Jun 05 21:20:17 2025 +0800 |
tree | f6cd7bcb5e305b99504a613d48a98e6841492470 | |
parent | a408007d407be269257a53a5432e0ba38b70749d [diff] [blame] |
帖子分类 Change-Id: I17bafbfe3c1c8fd26c1e12499cb3c17cd1738e23
diff --git a/src/global.css b/src/global.css index b49490a..9c38334 100644 --- a/src/global.css +++ b/src/global.css
@@ -28,6 +28,7 @@ --text-color: #000000; --card-bg: #ffffff; --border-color: #e0e0e0; + --select-bg-color: #b3d8fd; } body.dark { @@ -35,5 +36,6 @@ --text-color: #f1f1f1; --card-bg: #1e1e1e; --border-color: #444444; + --select-bg-color:#3a466b; } \ No newline at end of file