From d0f652cb7992072110b53c0f1e22cd1209bd89f3 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Wed, 17 Jun 2020 17:34:39 +0200 Subject: [PATCH] inherit color for all links meant for build log and YAFS website link --- www/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2