fix: toc active item color

This commit is contained in:
Colin
2022-05-05 21:51:25 +08:00
parent 1ddb1325e1
commit 793db16f56

View File

@@ -57,12 +57,13 @@
}
.is-active-link::before {
background-color: #d71a1b;
background-color: #d71a1b !important;
}
.logo__cursor {
background: #d71a1b;
}
</style>
<!-- 超链接样式 -->