导航状态显示

This commit is contained in:
2021-05-23 00:38:14 +08:00
parent 8e459a061e
commit 2084d0046a

View File

@@ -19,6 +19,10 @@ html {
} }
.nav-link { .nav-link {
color: rgb(229, 232, 245); color: rgb(229, 232, 245);
text-decoration: none;
padding: 1em; padding: 1em;
} }
a.router-link-active {
color: deeppink;
background-color: lightgray;
border-radius: 0.39em 0.39em 0 0;
}