Fix keys.fedoraproject.org colors
This commit is contained in:
parent
9689377c27
commit
088f55536b
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
margin: 0; /* Let's zero those margins */
|
margin: 0; /* Let's zero those margins */
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 { color: #4462C4; margin: 0;}
|
h2 { color: #3c6eb4; margin: 0;}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
/* border: 1px solid #555; /* Nice transition from white background */
|
/* border: 1px solid #555; /* Nice transition from white background */
|
||||||
|
@ -105,13 +105,13 @@ h2 { color: #4462C4; margin: 0;}
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background: #4462C4;
|
background: #3c6eb4;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background: #4462C4;
|
background: #3c6eb4;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@ fieldset {
|
||||||
}
|
}
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
color: #5283D8;
|
color: #3c6eb4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue