style: prettier格式化修复css文件格式 #544

Merged
auto-approve-bot merged 2 commits from ci/fix-develop-prettier into develop 2026-07-18 23:08:15 +08:00
2 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ body,
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB",
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB",
"Microsoft YaHei", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
+5 -3
View File
@@ -151,8 +151,9 @@
--space-4xl: 96px;
/* ── 8. 字体 ─────────────────────────────────────────────── */
--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
"Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
--font-family-base:
-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB",
"Microsoft YaHei", "Noto Sans SC", sans-serif;
--font-family-mono: "JetBrains Mono", "Fira Code", "SF Mono", Menlo, Consolas, monospace;
--font-size-xs: 11px;
@@ -371,7 +372,8 @@ body::before {
inset: 0;
z-index: 0;
pointer-events: none;
background: radial-gradient(circle at 18% 20%, rgba(79, 70, 229, 0.11), transparent 30%),
background:
radial-gradient(circle at 18% 20%, rgba(79, 70, 229, 0.11), transparent 30%),
radial-gradient(circle at 86% 14%, rgba(16, 185, 129, 0.08), transparent 28%),
radial-gradient(circle at 48% 80%, rgba(99, 102, 241, 0.08), transparent 34%), #f8fafc;
}