导航状态显示
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user