Fix keys.fedoraproject.org colors

This commit is contained in:
Nick Bebout 2013-09-16 16:49:54 +00:00
parent 9689377c27
commit 088f55536b

View file

@ -5,7 +5,7 @@
margin: 0; /* Let's zero those margins */
}
h2 { color: #4462C4; margin: 0;}
h2 { color: #3c6eb4; margin: 0;}
#container {
/* border: 1px solid #555; /* Nice transition from white background */
@ -105,13 +105,13 @@ h2 { color: #4462C4; margin: 0;}
}
hr {
background: #4462C4;
background: #3c6eb4;
height: 8px;
border: 0px;
}
footer {
background: #4462C4;
background: #3c6eb4;
margin: auto;
color: #fff;
@ -126,7 +126,7 @@ fieldset {
}
legend {
color: #5283D8;
color: #3c6eb4;
}