From f7e11d3c8c733b95100bf8b00af4d93c50954fb3 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Fri, 10 Aug 2018 17:39:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E6=9B=B4=E6=96=B0blue=E6=A0=B7=E5=BC=8F=E8=A1=A8=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E5=86=85=E9=83=A8=E5=8A=9F=E8=83=BD=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=A1=A8=E9=9D=A2=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/blue.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/blue.css b/Bootstrap.Admin/wwwroot/css/blue.css index 1a9c7fc7..4114c3f6 100644 --- a/Bootstrap.Admin/wwwroot/css/blue.css +++ b/Bootstrap.Admin/wwwroot/css/blue.css @@ -2,9 +2,13 @@ border: 1px solid #5198cb; } - .card .card-header, .modal-header { - background-color: #5899c8; - border-color: #3581b8; +.card-header, .modal-header { + background-color: #5899c8; + border-color: #3581b8; + color: #fff; +} + + .card-header a, .modal-header a { color: #fff; }