改进 导航栏颜色
This commit is contained in:
parent
f9c54c7a7f
commit
5cd9acf817
@ -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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user