mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-09 02:49:57 -04:00
9 lines
92 B
CSS
9 lines
92 B
CSS
html {
|
|
color-scheme: dark;
|
|
line-height: 1;
|
|
}
|
|
|
|
body {
|
|
font-family: var(--font-sans);
|
|
}
|