1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-10 00:46:30 +00:00

style: improve code style of SCSS & YAML

This commit is contained in:
Cotes Chung
2023-03-16 03:36:52 +08:00
parent 02b7bd5095
commit 3c7934abf0
12 changed files with 181 additions and 117 deletions

View File

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