Skip to content

Commit

Permalink
feat: heading dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenKS12138 committed Mar 10, 2024
1 parent 60008e4 commit e25dc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ArticleHeading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ ol.article-heading li {
text-indent: -1em;
margin-left: 1em;
line-height: 1.8rem;
}
.article-heading-title {
cursor: pointer;
@apply dark:color-gray;
}
.article-heading-title:hover {
Expand Down

0 comments on commit e25dc15

Please sign in to comment.