Skip to content

Commit f874b46

Browse files
committed
Make <ins> work better when used in its block-containment form.
1 parent 346e959 commit f874b46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ ul.index {
321321
}
322322

323323
s, del {text-decoration: line-through; color: red}
324-
u, ins {text-decoration: underline; background: #bfa}
324+
u, ins {text-decoration: underline; color: #080}
325325

326326
div.figure, p.figure, div.sidefigure, figure {
327327
text-align: center;

0 commit comments

Comments
 (0)