Skip to content

Commit

Permalink
Add HTML elements to Diplomatic editions selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstolley committed Nov 19, 2019
1 parent cb0b2cb commit 3e44cb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _sass/_ed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -651,16 +651,19 @@ ol.bibliography {
}

/* Diplomatic editions */
ins,
.add {
color:#288828;
font-style: italic;
}

del,
.delete {
text-decoration: line-through;
color: #AA3232;
}

u,
.underline {
text-decoration: underline;
}
Expand Down

0 comments on commit 3e44cb2

Please sign in to comment.