diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-05-29 16:21:25 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-29 16:24:59 +0200 |
commit | 04a1a3cd4826f3846ead6b773a7860fedb8b2bc0 (patch) | |
tree | 0cd8bd0c90d34227183d74e668208cb295f2c10a /userContent | |
parent | 8fa358088285183df789a075f1ca497f09030226 (diff) | |
download | jenkins.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.css | 2 |
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; } |