Skip to content

Commit c85b7b8

Browse files
committed
fix: use consistent color for border
1 parent d0a7162 commit c85b7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/elegant.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ div.blog-archives h2 {
279279
}
280280
div.blog-archives div,
281281
div.recent-posts-article {
282-
border-bottom: 1px dotted #aaa;
282+
border-bottom: 1px dotted var(--mutedTextColor);
283283
}
284284
ul.list-articles-under-tag-category li {
285285
padding: 0.1rem 0.2rem;

0 commit comments

Comments
 (0)