mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
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:
committed by
Paul Spooren
parent
58099b9891
commit
60fbadfa36
@@ -632,6 +632,10 @@ ul > li {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
p > a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/*
|
||||
* widgets
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user