diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css
index 5ea5e57..9cf599f 100644
--- a/assets/css/tailwind.css
+++ b/assets/css/tailwind.css
@@ -19,8 +19,8 @@
--border: 214.3 31.8% 91.4%;
--input: 214.3 31.8% 91.4%;
- --primary: 222.2 47.4% 11.2%;
- --primary-foreground: 210 40% 98%;
+ --primary: 47.75deg 92.27% 59.41%;
+ --primary-foreground: 39deg 62.5% 6.27%;
--secondary: 210 40% 96.1%;
--secondary-foreground: 222.2 47.4% 11.2%;
diff --git a/components/public/Catalog.vue b/components/public/Catalog.vue
index e46bbed..13429c7 100644
--- a/components/public/Catalog.vue
+++ b/components/public/Catalog.vue
@@ -85,6 +85,6 @@ onUnmounted(() => {
}
.active {
- @apply bg-[#f7d038] text-[#1a1306] hover:bg-[#f7d038];
+ @apply bg-primary text-primary-foreground hover:bg-primary;
}
diff --git a/components/public/Footer.vue b/components/public/Footer.vue
index 214618f..4b54391 100644
--- a/components/public/Footer.vue
+++ b/components/public/Footer.vue
@@ -1,18 +1,46 @@
-
-
-
+