Style tweaks: add links italic style (#7567)

This commit is contained in:
hius07
2021-04-19 03:21:44 +03:00
committed by GitHub
parent 508a294016
commit 3df1ce3644

View File

@@ -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"),