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.
memos/web/src/index.css

17 lines
261 B
CSS

@import "tailwindcss";
@import "tw-animate-css";
@import "./themes/default.css";
@theme {
--default-transition-duration: 150ms;
}
@layer base {
* {
@apply border-border outline-none ring-0;
}
body {
@apply bg-background text-foreground;
}
}