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>
This commit is contained in:
Petr Štetiar 2020-12-15 09:10:39 +01:00 committed by Paul Spooren
parent 58099b9891
commit 60fbadfa36

View file

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