diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 98cf3e8..7045459 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -25,7 +25,6 @@ import SideBar from "@/views/main/SideBar.vue"; @apply font-sans; @apply bg-hBackground text-hOnBackground; @apply h-screen; - @apply bg-red-300; } .shell-side { @@ -41,6 +40,5 @@ import SideBar from "@/views/main/SideBar.vue"; @apply flex justify-center items-center; @apply w-full; @apply lg:ml-64; - @apply bg-red-500; }