summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-05-29 16:21:25 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-29 16:24:59 +0200
commit04a1a3cd4826f3846ead6b773a7860fedb8b2bc0 (patch)
tree0cd8bd0c90d34227183d74e668208cb295f2c10a /userContent
parent8fa358088285183df789a075f1ca497f09030226 (diff)
downloadjenkins.debian.net-04a1a3cd4826f3846ead6b773a7860fedb8b2bc0.tar.xz
reproducible: style.css: change span.red to use The Debian Red #d70a53
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index 27f163e9..dd945a2c 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -307,7 +307,7 @@ label[rel="extra"]:last-child {
padding-right: 0.5em;
}
-span.red { color: red; }
+span.red { color: #d70a53; }
span.purple { color: purple; }
span.green { color: green; }
span.dangerous { color: orange; }