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>
(cherry picked from commit 60fbadfa36)
This commit is contained in:
Petr Štetiar 2020-12-15 09:10:39 +01:00 committed by Jo-Philipp Wich
parent 0ef4b2f1b3
commit f9e9fcff9c

View file

@ -632,6 +632,10 @@ ul > li {
list-style: disc; list-style: disc;
} }
p > a {
text-decoration: underline;
}
/* /*
* widgets * widgets
*/ */