blob: c6088fd722efae62b975b23ee7c133bc7cffa700 [file] [log] [blame]
@import 'elements-sk/themes/themes';
body,
html {
background-color: var(--background);
color: var(--on-background);
fill: var(--on-background);
min-width: fit-content;
min-height: fit-content;
}
:root {
--primary: var(--light-green-700);
// TODO(westont): Move to named colors, unify theme.
--secondary: #e6ab02;
}