Skip to content

Commit

Permalink
Update CSS for muted links
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrla committed Mar 9, 2022
1 parent 4132f61 commit c2d4310
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,17 @@ hr {
text-align: right;
}

.muted {
color: var(--muted);
}

.border {
color: var(--border);
}

.underlined, a.muted {
.muted {
color: var(--muted);
}

.muted a,
a.muted {
color: var(--muted);
text-decoration: underline;
}

Expand Down

0 comments on commit c2d4310

Please sign in to comment.