summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorUlrike Uhlig <u@451f.org>2014-09-15 21:12:46 +0000
committerUlrike Uhlig <u@451f.org>2014-09-15 21:12:46 +0000
commit4798af5fdba2cfa91843e029108bae76dfb3c37e (patch)
tree9ffbd2e6434ee348c7a70b2d2985d241b0f7c12e /static
parent6a552bedcdd7f9f39759209d96c07b2ae0d4e717 (diff)
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
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 3 insertions, 3 deletions
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 {

© 2014-2024 Faster IT GmbH | imprint | privacy policy