Skip to content
Snippets Groups Projects
Commit 6004727f authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-5973-m26lebla-fix-del-ins-tag-regression' into '1.0.x'

ISTWCMS-5973: M26lebla fix del ins tag regression

See merge request !66
parents d2bafddb ab41ddaf
No related branches found
No related tags found
1 merge request!66ISTWCMS-5973: M26lebla fix del ins tag regression
......@@ -97,18 +97,11 @@
font-family: var(--font-mono);
}
:where(del) {
background-color: var(--red-9);
color: var(--red-1);
}
:where(dfn) {
font-style: italic;
}
:where(ins) {
background-color: var(--green-9);
color: var(--green-1);
text-underline-offset: var(--size-xs);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment