From: Petr Štetiar Date: Tue, 15 Dec 2020 08:10:39 +0000 (+0100) Subject: luci-theme-openwrt-2020: add styling of hyperlinks X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=60fbadfa36f9b99a536fe29482960b7f48838bd1;p=project%2Fluci.git luci-theme-openwrt-2020: add styling of hyperlinks Currently it's not possible to distinguish between normal text and hyperlink. Signed-off-by: Petr Štetiar --- diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index e251df5127..cf320e4aed 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -632,6 +632,10 @@ ul > li { list-style: disc; } +p > a { + text-decoration: underline; +} + /* * widgets */