summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--userContent/reproducible/static/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index d431d3f6..bd6f2e2f 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -171,28 +171,28 @@ table.scheduled tr td:first-child::before {
a.bug-patch:after {
content: "+";
- color: red;
+ color: #cc0000;
font-weight: bold;
}
a.bug-done {
text-decoration: line-through;
- color: green;
+ color: #73d216;
}
span.bug {
- color: red;
+ color: #cc0000;
font-weight: bold;
}
span.bug-patch {
- color: yellow;
+ color: #f57900;
font-weight: bold;
}
span.bug-done {
text-decoration: line-through;
- color: green;
+ color: #73d216;
}
td, th {