1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Optimized the dark mode color of Categories.

This commit is contained in:
Cotes Chung
2020-01-04 19:39:03 +08:00
parent a22d510b1d
commit b534ab74de

View File

@@ -81,4 +81,8 @@
padding-left: 2rem;
border-color: var(--main-border);
}
.categories .list-group-item:last-child {
border-bottom-color: var(--card-bg);
}
}