From 04a1a3cd4826f3846ead6b773a7860fedb8b2bc0 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 29 May 2015 16:21:25 +0200 Subject: reproducible: style.css: change span.red to use The Debian Red #d70a53 --- userContent/reproducible/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userContent') 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; } -- cgit v1.2.3-54-g00ecf