mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 21:11:01 +00:00
16 lines
268 B
CSS
16 lines
268 B
CSS
/* Write your global styles here, in PostCSS syntax */
|
|
@tailwind base;
|
|
|
|
@layer base {
|
|
html {
|
|
@apply bg-cocoa-brown text-yellow-300 text-center;
|
|
}
|
|
}
|
|
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@font-face {
|
|
font-family: "Vinque";
|
|
src: url("/vinque.ttf");
|
|
}
|