style: remove un-styling of dfn, var

Fixes #1919.
This commit is contained in:
Simon Legner 2023-02-05 13:23:44 +01:00
parent 67f1139303
commit e1dbdf59a8

View file

@ -96,8 +96,6 @@ dd {
+ dt { margin-top: 1em; }
}
dfn, var { font-style: normal; }
abbr, acronym, dfn {
cursor: help;
border-bottom: 1px dotted var(--textColor);