makes font color for golden background black again

Thu, 08 Oct 2020 20:41:09 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 08 Oct 2020 20:41:09 +0200
changeset 111
db706d37c540
parent 110
9d0be0b1580f
child 112
a9221ecacd05

makes font color for golden background black again

src/main/webapp/projects.css file | annotate | diff | comparison | revisions
--- a/src/main/webapp/projects.css	Thu Oct 08 20:38:43 2020 +0200
+++ b/src/main/webapp/projects.css	Thu Oct 08 20:41:09 2020 +0200
@@ -102,6 +102,7 @@
 
 .issue-tag.phase-1 {
     background: gold;
+    color: black;
 }
 
 .issue-tag.phase-2 {
@@ -129,6 +130,7 @@
 
 .version-LTS {
     background: gold;
+    color: black;
 }
 
 .version-Deprecated {

mercurial