mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-02-07 02:07:01 +00:00
feat: nicer design, font, logo
Font is "Vinque" from 1001freefonts Logo is generated by Midjourney
This commit is contained in:
parent
db8d8e47ee
commit
c9535fefaf
9 changed files with 81 additions and 38 deletions
12
src/app.css
12
src/app.css
|
|
@ -1,4 +1,16 @@
|
|||
/* Write your global styles here, in PostCSS syntax */
|
||||
@tailwind base;
|
||||
|
||||
@layer base {
|
||||
html {
|
||||
@apply font-vinque bg-cocoa-brown-700 p-4;
|
||||
}
|
||||
}
|
||||
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@font-face {
|
||||
font-family: "Vinque";
|
||||
src: url("vinque.ttf");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue