This commit is contained in:
haoouba
2021-02-15 11:03:36 +08:00
parent 0c509a16c6
commit fc2694300e
6 changed files with 21 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -533,6 +533,13 @@
}
}
}
.current {
a {
color: var(--theme);
font-weight: 500;
font-size: 15px;
}
}
.slides {
display: none;
border-left: 1px solid var(--classC);
@@ -540,6 +547,11 @@
.link {
color: var(--routine);
}
.current {
color: var(--theme);
font-weight: 500;
font-size: 15px;
}
}
}
}