From 13fd0d2e5f2e64ae993e61ef9fc7e629299e0e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juliette=20Kalfl=C3=A8che?= <juliette.kalfleche@student-cs.fr> Date: Fri, 10 Jun 2022 02:45:22 +0200 Subject: [PATCH] colors --- frontend/src/components/BurgerMenu.vue | 2 +- frontend/src/views/Users.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/BurgerMenu.vue b/frontend/src/components/BurgerMenu.vue index e817f9d..e8dd1f3 100644 --- a/frontend/src/components/BurgerMenu.vue +++ b/frontend/src/components/BurgerMenu.vue @@ -55,7 +55,7 @@ export default { <style scoped> /* ******************** NAV BAR ******************** */ .topnav { - background-color: #150578; + background-color: #912F56; display: flex; align-items: center; width: 100%; diff --git a/frontend/src/views/Users.vue b/frontend/src/views/Users.vue index 339ae94..2013521 100644 --- a/frontend/src/views/Users.vue +++ b/frontend/src/views/Users.vue @@ -35,7 +35,7 @@ .like { text-align: center; display: flex; - background-color: #449DD1; + background-color: #912F56; color: white; max-height: 100px; justify-content: center; -- GitLab