[Secure-testing-commits] r28806 - static

Ulrike Uhlig u-guest at moszumanska.debian.org
Mon Sep 15 21:12:46 UTC 2014


Author: u-guest
Date: 2014-09-15 21:12:46 +0000 (Mon, 15 Sep 2014)
New Revision: 28806

Modified:
   static/style.css
Log:
color nitpicking: use correct Debian logo color and friendlier orange

Modified: static/style.css
===================================================================
--- static/style.css	2014-09-15 20:58:44 UTC (rev 28805)
+++ static/style.css	2014-09-15 21:12:46 UTC (rev 28806)
@@ -29,7 +29,7 @@
 }
 
 header {
-	border-bottom: 1px solid crimson;
+	border-bottom: 1px solid #d5004b;
 	margin-bottom: 1em;
 }
 
@@ -79,7 +79,7 @@
 
 h2 {
 	font-size : 110%;
-	background: crimson;
+	background: #d5004b;
 	margin: 1em 0 0;
 	padding: 0.5em;
 	color: #fff;
@@ -162,7 +162,7 @@
 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 {




More information about the Secure-testing-commits mailing list