luci-theme-openwrt-2020: add styling of hyperlinks
authorPetr Štetiar <ynezz@true.cz>
Tue, 15 Dec 2020 08:10:39 +0000 (09:10 +0100)
committerPaul Spooren <mail@aparcar.org>
Sun, 3 Oct 2021 09:46:39 +0000 (23:46 -1000)
Currently it's not possible to distinguish between normal text and
hyperlink.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index e251df5127ecbe66c6b5e3e885ec27301f3aa6d1..cf320e4aed05072a32eeb513a94bb317f30c85be 100644 (file)
@@ -632,6 +632,10 @@ ul > li {
        list-style: disc;
 }
 
+p > a {
+       text-decoration: underline;
+}
+
 /*
  * widgets
  */