From 69001851ad4432d0984636dbb624ef3dad82c06d Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Wed, 12 Feb 2020 21:06:48 +0000 Subject: [PATCH] swapped colors around --- src/components/app/MainNav.vue | 4 ++-- src/components/app/ServerTemplate/ServerTemplate.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/app/MainNav.vue b/src/components/app/MainNav.vue index 53904f8..2fa2695 100644 --- a/src/components/app/MainNav.vue +++ b/src/components/app/MainNav.vue @@ -309,14 +309,14 @@ export default { width: 20px; height: 20px; border-radius: 50%; - background: #ee3e34; + background: #ff6947; flex-shrink: 0; } .mentioned:before { content: "@"; margin-bottom: 10px; font-size: 13px; - background: #ff6947; + background: #ee3e34; } .tool-tip { color: white; diff --git a/src/components/app/ServerTemplate/ServerTemplate.vue b/src/components/app/ServerTemplate/ServerTemplate.vue index 53a8d3e..5289c98 100644 --- a/src/components/app/ServerTemplate/ServerTemplate.vue +++ b/src/components/app/ServerTemplate/ServerTemplate.vue @@ -138,12 +138,12 @@ export default { width: 20px; height: 20px; border-radius: 50%; - background: #ee3e34; + background: #ff6947; } .mentioned:after { content: "@"; margin-bottom: 10px; font-size: 13px; - background: #ff6947; + background: #ee3e34; }