You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
website/app/globals.css

13 lines
197 B
CSS

@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@layer base {
:focus-visible {
outline: none;
}
:-moz-focusring {
outline: auto;
}
}