From 25f1782b8a2acefd55b8d6f1d167233064edd66d Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Wed, 15 Mar 2023 00:40:12 +0100 Subject: [PATCH] correctly style most things --- client/src/App.vue | 12 +++---- client/src/global-styles/colors.css | 16 ++++++--- client/src/global-styles/components.css | 45 ++++++++++++++----------- 3 files changed, 42 insertions(+), 31 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index a578d47..a98cb78 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -97,14 +97,14 @@ onMounted(async() => { 'nav-state-collapsed': navState === NavState.Collapsed, 'nav-state-reduced': navState === NavState.Reduced, }"> - -