diff options
-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; } |