modify:ui

This commit is contained in:
Zyronon
2025-10-02 16:19:45 +08:00
parent 9128bbec54
commit 8cf16f6a8e
5 changed files with 102 additions and 88 deletions

View File

@@ -3,6 +3,7 @@
:root {
--color-reverse-white: white;
--color-reverse-black: black;
--bg-history: white;
--color-item-bg: rgb(228, 230, 232);
--color-item-hover: white;
//--color-item-active: rgb(75, 110, 175);
@@ -92,6 +93,7 @@ html.dark {
--color-select-text: black;
--color-notice-bg: rgb(43, 45, 48);
--bg-history: rgb(43, 45, 48);
--color-item-bg: rgb(43, 45, 48);
--color-item-hover: rgb(67, 69, 74);
--color-item-active: rgb(84, 84, 84);