UX: remove underline from del & ins elements

This commit is contained in:
Kris 2020-05-12 22:51:28 -04:00
parent 4078b22887
commit 765e842101

View File

@ -116,6 +116,12 @@
a {
word-wrap: break-word;
}
del,
ins {
text-decoration: none;
}
ins {
background-color: dark-light-choose(
$success-low,