💄 add page comment counter click event.

This commit is contained in:
elkan1788
2023-06-23 22:06:42 +08:00
parent a4f496b796
commit d44d4c2a79
3 changed files with 16 additions and 1 deletions

View File

@@ -113,3 +113,8 @@
flex-basis: 100%;
height: 0;
}
#comments-count {
cursor: pointer;
border-bottom: 1px solid $link-decoration-color;
}