改进 导航栏颜色
This commit is contained in:
parent
f9c54c7a7f
commit
5cd9acf817
@ -7,6 +7,10 @@
|
|||||||
// Bootstrap
|
// Bootstrap
|
||||||
@import "bootstrap/scss/bootstrap";
|
@import "bootstrap/scss/bootstrap";
|
||||||
|
|
||||||
|
.nav-link {
|
||||||
|
color: #000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.h1,
|
.h1,
|
||||||
.h2,
|
.h2,
|
||||||
@ -110,6 +114,10 @@ td {
|
|||||||
filter: brightness(0.6);
|
filter: brightness(0.6);
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
.nav-link {
|
||||||
|
color: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
.lae-logo {
|
.lae-logo {
|
||||||
background-image: url('/assets/lae-white.png');
|
background-image: url('/assets/lae-white.png');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user