mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-26 04:19:27 +08:00
💄 UI 升级
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
--color-text-desc: rgba(0, 0, 0, 0.45);
|
||||
// 背景色
|
||||
--color-body-bg: #fff;
|
||||
--color-menu-bg: #f3efef;
|
||||
--color-list-hover: #ebeee8;
|
||||
--color-menu-bg: rgb(248, 248, 248);
|
||||
--color-list-hover: rgba(247, 247, 247);
|
||||
--color-input-hover: #fff;
|
||||
// 边框
|
||||
--color-border-light: #f0f0f0;
|
||||
@@ -18,8 +18,8 @@
|
||||
// 背景色
|
||||
--color-body-bg: #1c1c28;
|
||||
--color-menu-bg: #1c1c28;
|
||||
--color-list-hover: #33333d;
|
||||
--color-input-hover: #33333d;
|
||||
--color-list-hover: #2c2f3b;
|
||||
--color-input-hover: #444d;
|
||||
// 边框
|
||||
--color-border-light: #33333d;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user