From 6978c6227cba79e3ae485e984c96124bce3b43bf Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 30 Sep 2018 18:59:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8nav-link=E5=88=B0theme=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Client/wwwroot/css/site.css | 4 ---- Bootstrap.Client/wwwroot/css/theme.css | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bootstrap.Client/wwwroot/css/site.css b/Bootstrap.Client/wwwroot/css/site.css index 2553e137..5c1d11d8 100644 --- a/Bootstrap.Client/wwwroot/css/site.css +++ b/Bootstrap.Client/wwwroot/css/site.css @@ -228,10 +228,6 @@ a, a:hover, a:focus { font-weight: bold; } -.nav-link { - transition: color .25s linear; -} - .userinfo img { height: 29px; width: 29px; diff --git a/Bootstrap.Client/wwwroot/css/theme.css b/Bootstrap.Client/wwwroot/css/theme.css index 899ba2f8..2f4a8354 100644 --- a/Bootstrap.Client/wwwroot/css/theme.css +++ b/Bootstrap.Client/wwwroot/css/theme.css @@ -21,6 +21,10 @@ border-color: #ced4da; } +.nav-link { + transition: color .25s linear; +} + .close { transition: all .25s linear; }