Cleanup, Live Reload added, Gitea actions for deploying to Strato added
Deploy / build-and-deploy (push) Failing after 42s

This commit is contained in:
Tabascl
2026-09-17 20:56:34 +02:00
parent fac45d545c
commit 88a84bff48
7 changed files with 4261 additions and 174 deletions
+15 -7
View File
@@ -1,12 +1,20 @@
@import "tailwindcss";
@font-face {
font-family: 'Hobo';
src: url('/resources/HoboStd.otf') format('otf');
font-weight: normal;
font-style: normal;
@theme {
--color-brand: #780000;
}
@theme {
--font-hobo: 'Hobo', sans-serif;
/* Boxed info section used throughout the page (Öffnungszeiten, Blumi, Sortiment, ...) */
.card {
@apply text-center border-3 rounded-2xl border-brand max-w-xl bg-zinc-200 drop-shadow-xl/50 mx-auto my-6 py-6;
}
/* Bold, underlined red heading/label used inside cards */
.heading-accent {
@apply font-bold text-brand underline decoration-2 decoration-brand;
}
/* Phone number call-to-action button */
.btn-phone {
@apply bg-[#c9c7cf] hover:bg-gray-200 text-black font-bold py-2 px-4 border-b-4 border-[#939199] hover:border-brand rounded;
}