mirror of https://github.com/nealey/woozle.org.git
Fix remaining light backgrounds
This commit is contained in:
parent
ee771c74a7
commit
e0671eefae
|
@ -65,7 +65,7 @@ h1 {
|
||||||
.login input {
|
.login input {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
background: #fff;
|
background: #111;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,5 +79,5 @@ img.left {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background-color: #eee;
|
background-color: #444;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue