Attempts to fix text display; make background white as an experiment.
This commit is contained in:
parent
0fc09ea154
commit
34a5a7a2e0
1 changed files with 6 additions and 5 deletions
|
@ -46,13 +46,14 @@ h2 { border-bottom: 1px solid #aaa; }
|
||||||
/* Header */
|
/* Header */
|
||||||
|
|
||||||
#conservancyheader {
|
#conservancyheader {
|
||||||
height: 90px;
|
height: 50px;
|
||||||
/* background-color: #d1ff96; */
|
/* background-color: #d1ff96; */
|
||||||
background-color: #92CC58;
|
/* background-color: #92CC58; */
|
||||||
background-color: #BDD8A2;
|
/* background-color: #BDD8A2; */
|
||||||
|
background-color: #ffffff;
|
||||||
border-bottom: 1px solid #808080;
|
border-bottom: 1px solid #808080;
|
||||||
font-size: 4em;
|
font-size: 300%;
|
||||||
display: block;
|
padding-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logobutton {
|
#logobutton {
|
||||||
|
|
Loading…
Reference in a new issue