liveh5-nuxt/app/static/styles/default-theme.css

22 lines
311 B
CSS
Raw Normal View History

:root:root {
--c-primary: #3554AF;
--c-primary-active: #3554AF;
--van-primary-color: var(--c-primary);
--van-cell-group-inset-padding: 0;
}
#__nuxt {
margin: 0;
padding: 0;
}
html {
background: var(--van-gray-1);
color-scheme: light;
}
html.dark {
background: #222;
color-scheme: dark;
}