From 2084d0046ad8a8bfc4b81b954b78ce8b438e5a26 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sun, 23 May 2021 00:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E7=8A=B6=E6=80=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index 717f427..9dcbff9 100644 --- a/web/style.css +++ b/web/style.css @@ -19,6 +19,10 @@ html { } .nav-link { color: rgb(229, 232, 245); - text-decoration: none; padding: 1em; } +a.router-link-active { + color: deeppink; + background-color: lightgray; + border-radius: 0.39em 0.39em 0 0; +}