Files
opencode/cloud/app/src/style/base.css
2025-08-28 17:37:48 -04:00

10 lines
135 B
CSS

html {
line-height: 1;
background-color: var(--color-bg);
color: var(--color-text);
}
body {
font-family: var(--font-sans);
}