diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-06 21:56:00 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-06 21:56:00 +0900 |
| commit | 014b29bc22b1c207a03dd560051ecdd5df63f0b1 (patch) | |
| tree | 3fc027179b84776f643f2ebf1f3fe96f6604648e /app/app.css | |
Initial commit from create-react-router
Diffstat (limited to 'app/app.css')
| -rw-r--r-- | app/app.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/app.css b/app/app.css new file mode 100644 index 0000000..99345d8 --- /dev/null +++ b/app/app.css @@ -0,0 +1,15 @@ +@import "tailwindcss"; + +@theme { + --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif, + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +} + +html, +body { + @apply bg-white dark:bg-gray-950; + + @media (prefers-color-scheme: dark) { + color-scheme: dark; + } +} |
