luci-theme-openwrt-2020: add styling of hyperlinks
authorPetr Štetiar <ynezz@true.cz>
Tue, 15 Dec 2020 08:10:39 +0000 (09:10 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 22 Oct 2021 18:36:01 +0000 (20:36 +0200)
Currently it's not possible to distinguish between normal text and
hyperlink.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 60fbadfa36f9b99a536fe29482960b7f48838bd1)

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
  */