mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-05 08:33:10 +00:00
10 lines
135 B
CSS
10 lines
135 B
CSS
html {
|
|
line-height: 1;
|
|
background-color: var(--color-bg);
|
|
color: var(--color-text);
|
|
}
|
|
|
|
body {
|
|
font-family: var(--font-sans);
|
|
}
|