Skip to content

Commit

Permalink
fix: use darker color for the site name
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Feb 1, 2020
1 parent 6a7989c commit 19f37ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/css/elegant.css
Original file line number Diff line number Diff line change
Expand Up @@ -490,3 +490,6 @@ table tbody > tr:nth-child(odd) > td {
float: none;
padding: 11px 15px 13px;
}
.site-name {
color: var(--mutedTextColor);
}

0 comments on commit 19f37ca

Please sign in to comment.