mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Style tweaks: add links italic style (#7567)
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user