From 3b28aa4e9951a8263dc4fdb02817fb35f02d1237 Mon Sep 17 00:00:00 2001 From: LyLme Date: Tue, 25 Jan 2022 14:36:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 6a790c7..edf7859 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -579,6 +579,10 @@ svg.icon { font-size: 12px; } } +a:hover { + text-decoration: none !important; + font-weight: bold !important; +} .navbar-toggler svg { width: 24px;