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 60fbadfa36f9b99a536fe29482960b7f48838bd1)
This commit is contained in:
parent
0ef4b2f1b3
commit
f9e9fcff9c
@ -632,6 +632,10 @@ ul > li {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
p > a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/*
|
||||
* widgets
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user