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
     1.1 --- a/src/main/webapp/projects.css	Thu Oct 08 20:38:43 2020 +0200
     1.2 +++ b/src/main/webapp/projects.css	Thu Oct 08 20:41:09 2020 +0200
     1.3 @@ -102,6 +102,7 @@
     1.4  
     1.5  .issue-tag.phase-1 {
     1.6      background: gold;
     1.7 +    color: black;
     1.8  }
     1.9  
    1.10  .issue-tag.phase-2 {
    1.11 @@ -129,6 +130,7 @@
    1.12  
    1.13  .version-LTS {
    1.14      background: gold;
    1.15 +    color: black;
    1.16  }
    1.17  
    1.18  .version-Deprecated {

mercurial