cloudaxe-opencode/packages/console/app/src/style/base.css

22 lines
318 B
CSS
Raw Normal View History

2025-08-15 23:29:24 +00:00
html {
line-height: 1;
2025-08-27 20:02:30 +00:00
background-color: var(--color-bg);
2025-08-28 21:34:55 +00:00
color: var(--color-text);
2025-08-15 23:29:24 +00:00
}
body {
font-family: var(--font-sans);
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}