+
@@ -191,7 +191,20 @@ if(innerWidth>1024){
-
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 99900b21..2c39d6f3 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -8,7 +8,7 @@ import BannerPrice from "#content/banner-saeule.svelte";
Unsere Ausweise im Detail:
-
+
diff --git a/src/style/formular.css b/src/style/formular.css
index 1ad07a3d..c82a345b 100644
--- a/src/style/formular.css
+++ b/src/style/formular.css
@@ -23,4 +23,19 @@
rgba(253, 235, 189, 1) 52%,
rgba(251, 223, 147, 1) 100%
); */
-}
\ No newline at end of file
+}
+
+/*
+ :global(input[type="number"]),
+ :global(input[type="text"]) {
+ @apply input input-bordered py-1.5 px-2 h-auto;
+ }
+
+ :global(input[type="number"]:disabled) {
+ @apply bg-gray-200 border border-gray-300;
+ }
+
+ :global(.linked) {
+ @apply border-2 border-red-400;
+ }
+ */
\ No newline at end of file
diff --git a/src/style/global.css b/src/style/global.css
index a02d9826..7cb597f4 100644
--- a/src/style/global.css
+++ b/src/style/global.css
@@ -129,7 +129,7 @@ article {
li {@apply text-sm bg-white flex
xl:text-lg}
-li a {@apply w-full text-sm px-6 py-3 rounded-none no-underline text-white hover:text-white bg-secondary
+li a {@apply w-full text-sm px-6 py-3 rounded-none no-underline text-white hover:text-white hover:bg-gradient-to-br from-secondary to-secondary-grad
lg:px-4 lg:bg-[#efefef] lg:text-black lg:hover:bg-secondary
xl:text-lg}
diff --git a/tailwind.config.cjs b/tailwind.config.cjs
index 7a01d918..a7aff08f 100644
--- a/tailwind.config.cjs
+++ b/tailwind.config.cjs
@@ -11,13 +11,18 @@ module.exports = {
screens: {
xs: '480px'
},
+ content: {
+ 'nav-disc': ' ',
+ },
colors: {
'primary': '#ff7d26',
+ 'primary-grad': '#ff7d26',
'primary-focus': '#ec6a13',
'primary-content': '#ffffff',
'secondary': '#444f94',
+ 'secondary-grad': '#546AB2',
'secondary-focus': '#2f397f',
'secondary-content': '#ffffff',