diff --git a/src/assets/main.css b/src/assets/main.css index 05808ce..356c349 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -17,5 +17,8 @@ background-color: rgba(var(--v-theme-primary), 0.05); } .background-color-secondary-lighten-5 { - background-color: rgba(var(--v-theme-secondary), 0.05); + background-color: rgba(var(--v-theme-secondary), 0.05) !important; +} +.background-color-secondary-lighten-10 { + background-color: rgba(var(--v-theme-secondary), 0.1) !important; } diff --git a/src/components/EventCard.vue b/src/components/EventCard.vue index cd2bfc8..ec74248 100644 --- a/src/components/EventCard.vue +++ b/src/components/EventCard.vue @@ -111,4 +111,7 @@ const isTodayEvent = computed(() => { diff --git a/src/components/Footer.vue b/src/components/Footer.vue index f22210a..5ce3c8b 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -1,5 +1,5 @@