mirror of
https://github.com/stardrophere/InsightRadar.git
synced 2026-08-04 21:27:24 +08:00
搜索功能加入
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* color palette from <https://github.com/vuejs/theme> */
|
||||
/* 颜色变量基于 Vue 官方主题并按项目需求调整 */
|
||||
:root {
|
||||
--vt-c-white: #ffffff;
|
||||
--vt-c-white-soft: #f8f8f8;
|
||||
@@ -21,7 +21,7 @@
|
||||
--vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
|
||||
}
|
||||
|
||||
/* semantic color variables for this project */
|
||||
/* 项目语义化颜色变量 */
|
||||
:root {
|
||||
--color-background: var(--vt-c-white);
|
||||
--color-background-soft: var(--vt-c-white-soft);
|
||||
@@ -81,3 +81,4 @@ body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user