2022-02-23 14:49:24 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2022-03-01 00:59:18 +00:00
|
|
|
|
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#__next {
|
2022-03-08 18:13:52 +00:00
|
|
|
@apply h-full;
|
2022-03-01 00:59:18 +00:00
|
|
|
}
|
2022-07-19 08:12:02 +00:00
|
|
|
|
|
|
|
html > body {
|
|
|
|
--focus-border: theme('colors.vega.pink');
|
|
|
|
}
|
|
|
|
|
|
|
|
html.dark > body {
|
|
|
|
--focus-border: theme('colors.vega.yellow');
|
|
|
|
}
|