This commit is contained in:
2025-10-05 19:43:57 +08:00
parent 658dba8566
commit ff7385cf81
9 changed files with 146 additions and 237 deletions

View File

@@ -22,5 +22,9 @@
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}
.code-block {
font-family: var(--font-geist-mono), monospace;
}