diff --git a/custom/ArticleList.scss b/custom/ArticleList.scss index 64b74fa..0cdfed3 100644 --- a/custom/ArticleList.scss +++ b/custom/ArticleList.scss @@ -41,6 +41,10 @@ } } + .tags span { + cursor: pointer; + } + &.archive { background-color: #ff00dd11; @@ -85,6 +89,7 @@ .tags span { background-color: #5b4f001d; + cursor: pointer; @media (prefers-color-scheme: dark) { background-color: #ffff0037; diff --git a/docs/.vitepress/theme/ArticleList.vue b/docs/.vitepress/theme/ArticleList.vue index c137b33..b6e5600 100644 --- a/docs/.vitepress/theme/ArticleList.vue +++ b/docs/.vitepress/theme/ArticleList.vue @@ -49,10 +49,14 @@