1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-06-25 01:08:42 +00:00

Fix code style of SCSS files

This commit is contained in:
Cotes Chung
2021-09-24 15:32:23 +08:00
parent 30dfc6fb7e
commit 9e9278ce30
4 changed files with 7 additions and 14 deletions
+2 -3
View File
@@ -100,13 +100,12 @@
nav[data-toggle=toc] .nav-link.active,
nav[data-toggle=toc] .nav-link.active:focus,
nav[data-toggle=toc] .nav-link.active:hover,
nav[data-toggle=toc] .nav>li>a:focus,
nav[data-toggle=toc] .nav>li>a:hover {
nav[data-toggle=toc] .nav > li > a:focus,
nav[data-toggle=toc] .nav > li > a:hover {
color: var(--toc-highlight) !important;
border-left-color: var(--toc-highlight) !important;
}
/* categories */
.categories.card,
.list-group-item {