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; }