use inherited color for link to build log
authorMoritz Warning <moritzwarning@web.de>
Tue, 16 Jun 2020 14:36:00 +0000 (16:36 +0200)
committerMoritz Warning <moritzwarning@web.de>
Tue, 16 Jun 2020 14:37:33 +0000 (16:37 +0200)
index.css

index a7203375a25548766cfbb93aca6cab343b0ab56d..e0e188585e2c04d9f443b388c7c79374d3f27df5 100644 (file)
--- a/index.css
+++ b/index.css
@@ -4,6 +4,10 @@ body {
   margin: 0px;
 }
 
+#buildstatus a {
+  color: inherit;
+}
+
 #models-autocomplete {
   width: 20em;
   display: inline-block;