hugoWebsite/assets/css/main.css
Jeremy Nusser 0ab675d92b Initial commit... 🎉🎉🎉
2022-10-28 17:20:35 -05:00

28 lines
No EOL
468 B
CSS

/* assets */
@tailwind base;
@tailwind components;
@tailwind utilities;
font-family: ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
"Noto Sans",
sans-serif,
Apple Color Emoji,
Segoe UI Emoji,
NotoColorEmoji,
Segoe UI Symbol,
Android Emoji,
EmojiSymbols;
/* Custom CSS */
.prose :where(h1):not(:where([class~="not-prose"] *)) {
color: white !important;
}
/* Custom CSS end */