改进 导航栏颜色

This commit is contained in:
iVampireSP.com 2023-01-05 22:20:45 +08:00
parent f9c54c7a7f
commit 5cd9acf817
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -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');
}