From 5cd9acf81763ad98376dee3f1414d84838538cec Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 5 Jan 2023 22:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/sass/app.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 03a0f48..acddc80 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -7,6 +7,10 @@ // Bootstrap @import "bootstrap/scss/bootstrap"; +.nav-link { + color: #000 !important; +} + .h1, .h2, @@ -110,6 +114,10 @@ td { filter: brightness(0.6); } */ + .nav-link { + color: unset !important; + } + .lae-logo { background-image: url('/assets/lae-white.png'); }