From: Moritz Warning Date: Wed, 17 Jun 2020 15:34:39 +0000 (+0200) Subject: inherit color for all links X-Git-Tag: v2.2.1~2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d0f652cb7992072110b53c0f1e22cd1209bd89f3;p=web%2Ffirmware-selector-openwrt-org.git inherit color for all links meant for build log and YAFS website link --- diff --git a/www/index.css b/www/index.css index e0e1885..65bdd01 100644 --- a/www/index.css +++ b/www/index.css @@ -4,7 +4,7 @@ body { margin: 0px; } -#buildstatus a { +a { color: inherit; }