Skip to content

Commit 9810967

Browse files
committed
style: change comments style
1 parent 4450977 commit 9810967

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/Comment.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ onMounted(loadTwikoo);
8585
.tk-content
8686
max-height: unset;
8787
font-size: 16px;
88+
line-height: 1.8rem;
8889
8990
.tk-time
9091
margin-left: 0.5rem;
@@ -143,6 +144,12 @@ onMounted(loadTwikoo);
143144
a
144145
text-decoration: none;
145146
147+
a.tk-ruser
148+
color: $theme-color;
149+
150+
&:hover
151+
text-decoration: underline;
152+
146153
@media (prefers-color-scheme: dark)
147154
#comment .tk-input textarea
148155
background: none !important;

0 commit comments

Comments
 (0)