This commit is contained in:
Baobhan Sith
2025-04-23 15:21:07 +08:00
parent 9dd3ca6d2e
commit fb9fe6eb2e
5 changed files with 85 additions and 272 deletions
+2
View File
@@ -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; /* 默认字体 */