vega-frontend-monorepo/apps/trading/pages/styles.css

18 lines
232 B
CSS
Raw Normal View History

2022-02-23 14:49:24 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body,
#__next {
@apply h-full;
}
html > body {
--focus-border: theme('colors.vega.pink');
}
html.dark > body {
--focus-border: theme('colors.vega.yellow');
}