Skip to content

Commit 5d2b35b

Browse files
committed
Remove misguided u=ins s=del equivalency.
1 parent 73355fb commit 5d2b35b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@
171171

172172
/** Change Marking ************************************************************/
173173

174-
s, del { color: red; text-decoration: line-through; }
175-
u, ins { color: #080; text-decoration: underline; }
174+
del { color: red; text-decoration: line-through; }
175+
ins { color: #080; text-decoration: underline; }
176176

177177
/** Miscellaneous improvements to inline formatting ***************************/
178178

0 commit comments

Comments
 (0)