mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 14:52:25 +00:00
9 lines
92 B
CSS
9 lines
92 B
CSS
html {
|
|
color-scheme: dark;
|
|
line-height: 1;
|
|
}
|
|
|
|
body {
|
|
font-family: var(--font-sans);
|
|
}
|