Style tweaks: add links italic style (#7567)

pull/7570/head
hius07 3 years ago committed by GitHub
parent 508a294016
commit 3df1ce3644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -538,6 +538,17 @@ table, tcaption, tr, th, td { border: black solid 1px; border-collapse: collapse
css = [[a, a * { font-weight: normal !important; }]],
separator = true,
},
{
id = "a_italic";
title = _("Links always italic"),
css = [[a, a * { font-style: italic !important; }]],
},
{
id = "a_not_italic";
title = _("Links never italic"),
css = [[a, a * { font-style: normal !important; }]],
separator = true,
},
{
id = "a_underline";
title = _("Links always underlined"),

Loading…
Cancel
Save