mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
13 lines
223 B
CSS
13 lines
223 B
CSS
@import "tailwindcss";
|
|
|
|
@layer base {
|
|
button:not(:disabled),
|
|
[role="button"]:not(:disabled) {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
@theme {
|
|
--color-zinc-750: oklch(32.2% 0.0095 285.919);
|
|
--font-sans: "Inter Variable", sans-serif;
|
|
} |