diff --git a/.github/screenshot.png b/.github/screenshot.png index 3fcd92c..7521947 100644 Binary files a/.github/screenshot.png and b/.github/screenshot.png differ diff --git a/app.vue b/app.vue index cbb5709..4a3621a 100644 --- a/app.vue +++ b/app.vue @@ -1,5 +1,21 @@ + diff --git a/assets/css/cookiecontrol.css b/assets/css/cookiecontrol.css index 788dfef..b5b821d 100644 --- a/assets/css/cookiecontrol.css +++ b/assets/css/cookiecontrol.css @@ -144,19 +144,19 @@ transform: translate3d(0, -50%, 0); } .cookieControl__ModalContentInner h3 { - @apply mt-3 text-sm; + @apply mt-3 text-sm dark:text-white; } .cookieControl__ModalContentInner h3:first-child { @apply block text-2xl font-medium; } .cookieControl__ModalContentInner p { - @apply mb-5 mt-6 border-b pb-5 text-sm; + @apply mb-5 mt-6 border-b pb-5 text-sm ; } .cookieControl__ModalContentInner p a { @apply border-b font-bold; } .cookieControl__ModalContentInner { - @apply max-h-[90vh] overflow-y-scroll md:max-h-[80vh]; + @apply max-h-[90vh] overflow-y-scroll md:max-h-[80vh] dark:text-white; } .cookieControl__ModalContentInner ul li { @apply relative my-3 rounded-md p-5; diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index f2c39fc..1833e7f 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -13,7 +13,7 @@ } } html { - @apply bg-slate-100; + @apply bg-white; } html.dark { @apply bg-slate-900; diff --git a/components/global/CookieBanner.vue b/components/global/CookieBanner.vue index 672990e..23ba6ad 100644 --- a/components/global/CookieBanner.vue +++ b/components/global/CookieBanner.vue @@ -1,5 +1,8 @@