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
commit6397437061e9bbee1cdbb94ece7a13467819ed50 (patch)
tree84535442f2032ef698494f8dc13bece5d1a2a04c /static
parenta7b427f08df55fbf1357ece797b036e013be0114 (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