Skip to content

Commit

Permalink
fix: use consistent color for border
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Feb 1, 2020
1 parent d0a7162 commit c85b7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/elegant.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ div.blog-archives h2 {
}
div.blog-archives div,
div.recent-posts-article {
border-bottom: 1px dotted #aaa;
border-bottom: 1px dotted var(--mutedTextColor);
}
ul.list-articles-under-tag-category li {
padding: 0.1rem 0.2rem;
Expand Down

0 comments on commit c85b7b8

Please sign in to comment.