diff options
-rw-r--r-- | themes/fledermaus/root/www/luci-static/fledermaus/cascade.css | 2 | ||||
-rw-r--r-- | themes/openwrt.org/root/www/luci-static/openwrt.org/cascade.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/fledermaus/root/www/luci-static/fledermaus/cascade.css b/themes/fledermaus/root/www/luci-static/fledermaus/cascade.css index c8bb21d6d..8f30015f3 100644 --- a/themes/fledermaus/root/www/luci-static/fledermaus/cascade.css +++ b/themes/fledermaus/root/www/luci-static/fledermaus/cascade.css @@ -136,7 +136,7 @@ h3 { } .sidebar ul { - font-size: 0.8em; + font-size: 0.9em; color: white; list-style-type: none; padding-left: 1em; diff --git a/themes/openwrt.org/root/www/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/root/www/luci-static/openwrt.org/cascade.css index 6469b8f23..90827ab4e 100644 --- a/themes/openwrt.org/root/www/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/root/www/luci-static/openwrt.org/cascade.css @@ -138,7 +138,7 @@ h3 { } .sidebar ul { - font-size: 0.8em; + font-size: 0.9em; color: white; list-style-type: none; padding-left: 1em; |