From 8dc1ab70c02e2e8404a64e8a80e153b6cd2dd5eb Mon Sep 17 00:00:00 2001 From: pan93412 Date: Thu, 24 Feb 2022 16:06:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(components/navbar):=20Windows=20=E8=81=9A?= =?UTF-8?q?=E7=84=A6=E5=9C=A8=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE=E6=97=B6?= =?UTF-8?q?=E2=80=9Cx=E2=80=9C=E6=8C=89=E9=92=AE=E5=BA=94=E4=B8=BA?= =?UTF-8?q?=E7=99=BD=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #1333 --- src/components/Navbar.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 6b01a488b6..ec0df6b63f 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -269,7 +269,8 @@ nav { } &.close { &:hover { - background: rgba(232, 17, 35, 0.9); + background: #c42c1b; + color: rgba(255, 255, 255, 0.8); } &:active { background: #f1707a;