From 375fb895a55b82b2afdd929b2928cfc76311a7ac Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sun, 17 Mar 2024 02:51:06 +0100 Subject: [PATCH] Remove primaryfg color --- src/EventIndex.ce.vue | 2 +- src/components/DetailPopup.vue | 2 +- tailwind.config.js | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/EventIndex.ce.vue b/src/EventIndex.ce.vue index e275fa6..23a39a9 100644 --- a/src/EventIndex.ce.vue +++ b/src/EventIndex.ce.vue @@ -19,7 +19,7 @@
-
Zur Veranstaltung
+
Zur Veranstaltung
diff --git a/src/components/DetailPopup.vue b/src/components/DetailPopup.vue index 341667c..7c1c716 100644 --- a/src/components/DetailPopup.vue +++ b/src/components/DetailPopup.vue @@ -12,7 +12,7 @@
Zur Anmeldung diff --git a/tailwind.config.js b/tailwind.config.js index 8454e01..70843a9 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,9 +10,6 @@ export default { primary: { DEFAULT: 'var(--primary)', }, - primaryfg: { - DEFAULT: 'var(--primaryfg)', - }, secondary: { DEFAULT: 'var(--secondary)', },