Skip to content

Commit

Permalink
Lighten deletions in markdown (refined-github#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgierer12 authored and sindresorhus committed Jan 6, 2018
1 parent 3092f48 commit 547ace6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -820,3 +820,8 @@ body > .footer li a {
.dashboard .d-flex.border-bottom.border-gray-light {
padding: 8px 0 !important;
}

/* Lighten deletions in Markdown */
.markdown-body del {
color: #6a737d;
}

0 comments on commit 547ace6

Please sign in to comment.