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

Improve the way of using color schemes.

- Gracefully switch code color scheme in the future.
- Also uniform border color.
This commit is contained in:
Cotes Chung
2020-02-27 21:05:50 +08:00
parent 4f903b3041
commit 259a6624ed
15 changed files with 513 additions and 330 deletions

View File

@@ -62,7 +62,7 @@
@media (hover: hover) { // only works on desktop
.category-trigger:hover {
background-color: var(--categories-hover-bg, #e9ecef);
background-color: var(--categories-hover-bg);
}
}