fix: remove underline from ins

This commit is contained in:
cha0s 2019-04-14 16:11:37 -05:00
parent 250a980db2
commit 16bba31786

View File

@ -14,6 +14,9 @@
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
} }
ins {
text-decoration: none;
}
.unselectable { .unselectable {
-webkit-touch-callout: none; -webkit-touch-callout: none;
-webkit-user-select: none; -webkit-user-select: none;