From 6397437061e9bbee1cdbb94ece7a13467819ed50 Mon Sep 17 00:00:00 2001 From: Ulrike Uhlig Date: Mon, 15 Sep 2014 21:12:46 +0000 Subject: color nitpicking: use correct Debian logo color and friendlier orange git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28806 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 55f78b0264..e8fb5c65bc 100644 --- a/static/style.css +++ b/static/style.css @@ -29,7 +29,7 @@ a:hover, a:focus { } header { - border-bottom: 1px solid crimson; + border-bottom: 1px solid #d5004b; margin-bottom: 1em; } @@ -79,7 +79,7 @@ h1 { h2 { font-size : 110%; - background: crimson; + background: #d5004b; margin: 1em 0 0; padding: 0.5em; color: #fff; @@ -162,7 +162,7 @@ input[type="submit"]:hover { span.red { color: red; } span.purple { color: purple; } span.green { color: green; } -span.dangerous { color: rgb(191,127,0); } +span.dangerous { color: orange; } @media all and (max-width: 641px) { body { -- cgit v1.2.3