From 721f200d724bd30c02cfdc1b0db9031450e48497 Mon Sep 17 00:00:00 2001 From: valere Date: Thu, 24 Oct 2024 14:15:44 +0200 Subject: [PATCH] FIX: bg black on body --- assets/css/main.css | 4 ++++ pages/about.vue | 2 +- pages/compilations/[id].vue | 26 +++++++++++++++----------- pages/index.vue | 2 +- pages/logo.vue | 2 +- 5 files changed, 22 insertions(+), 14 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index af5822c..801ad63 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2,6 +2,10 @@ @tailwind components; @tailwind utilities; +body { + @apply bg-black; +} + .button { text-decoration: none; box-shadow: 0 8px 0 0 black; diff --git a/pages/about.vue b/pages/about.vue index e4b898f..31f14c6 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -1,5 +1,5 @@