Skip to content

Commit

Permalink
fix: style of tree categories page
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Feb 16, 2020
1 parent b553842 commit d2ea8c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions assets/scss/_common/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,20 @@
white-space: nowrap;
}
.category-item {
color: blue;
color: var(--color-primary);
font-size: 1.2em;
&:hover {
color: blueviolet;
color: alpha(var(--color-primary), 0.75);
}
}
.category-count {
color: var(--color-contrast-medium);
}
.category-post {
&:hover {
color: var(--color-contrast-medium);
}
}

.tag-cloud {
text-align: center;
Expand Down

0 comments on commit d2ea8c0

Please sign in to comment.