summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-12-15 09:10:39 +0100
committerPaul Spooren <mail@aparcar.org>2021-10-02 23:46:39 -1000
commit60fbadfa36f9b99a536fe29482960b7f48838bd1 (patch)
tree0e451c168d83f07ea5a0c3883427dc7d84765a48 /themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
parent58099b9891bf27558dae73e9e451936ed4b47136 (diff)
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 <ynezz@true.cz>
Diffstat (limited to 'themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css')
-rw-r--r--themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css4
1 files changed, 4 insertions, 0 deletions
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
*/