Thu, 08 Oct 2020 20:41:09 +0200
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 {