update
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
/* --color-input-focus-glow: var(--input-focus-glow); /* Glow might need direct var() use in shadow utilities */
|
||||
--color-ssh-tab-active: var(--ssh-tab-active);
|
||||
--color-ssh-tab-background: var(--ssh-tab-background);
|
||||
--color-overlay: var(--overlay-bg-color); /* Added Overlay Background */
|
||||
}
|
||||
|
||||
/* 全局样式和 CSS 变量定义 */
|
||||
@@ -60,6 +61,7 @@
|
||||
--input-focus-glow: var(--link-active-color); /* 输入框聚焦光晕值 */
|
||||
--ssh-tab-active: transparent; /* Corrected value */
|
||||
--ssh-tab-background: transparent; /* Corrected value */
|
||||
--overlay-bg-color: rgba(0, 0, 0, 0.6); /* Added Overlay Background Color */
|
||||
|
||||
/* 字体 */
|
||||
--font-family-sans-serif: sans-serif; /* 默认字体 */
|
||||
|
||||
Reference in New Issue
Block a user