Files
opencode/cloud/app/src/style/base.css
2025-08-27 16:02:32 -04:00

9 lines
107 B
CSS

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