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:
parent
0ef4b2f1b3
commit
f9e9fcff9c
1 changed files with 4 additions and 0 deletions
|
@ -632,6 +632,10 @@ ul > li {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p > a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* widgets
|
* widgets
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue