src/main/webapp/projects.css

changeset 103
3d0d030dffa7
parent 101
c34c81b87674
child 110
9d0be0b1580f
--- a/src/main/webapp/projects.css	Sat Aug 29 11:51:12 2020 +0200
+++ b/src/main/webapp/projects.css	Sat Aug 29 12:15:48 2020 +0200
@@ -69,15 +69,14 @@
     padding: .1em 2ex .1em 2ex;
     display: inline-block;
     box-sizing: border-box;
-    border-style: outset;
-    border-width: 2pt;
+    border-style: solid;
+    border-width: 1pt;
     border-color: silver;
-    border-radius: 6pt;
+    border-radius: 4pt;
     background: lightgray;
-    text-transform: uppercase;
     text-align: center;
     font-weight: bolder;
-    font-size: smaller;
+    font-size: x-small;
     color: whitesmoke;
 }
 
@@ -86,7 +85,7 @@
 }
 
 .issue-tag.Improvement, .issue-tag.Feature {
-    background: green;
+    background: limegreen;
 }
 
 .issue-tag.Task {

mercurial