Skip to content

Commit 2fe9dcd

Browse files
authored
Merge pull request #768 from ryan-williams/bg
lighten too-dark-grey background: #bcbcbc → #eee
2 parents 0cdd508 + 8b1b3ea commit 2fe9dcd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_includes/frontpage-header.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<style type="text/css">
6767
html {
68-
background-color: #bcbcbc;
68+
background-color: #eeeeee;
6969
}
7070

7171
body {
@@ -91,7 +91,7 @@
9191
text-shadow: 0 1px 2px rgba(0,0,0,.5);
9292
}
9393
.bottom {
94-
background-color: #bcbcbc;
94+
background-color: #eeeeee;
9595
padding-top: 20px;
9696
border-top: 1px solid #8e397d;
9797
}
@@ -131,7 +131,7 @@
131131
-moz-border-radius:7px;
132132
-webkit-border-radius:7px;
133133
padding:0 10px 10px 10px;
134-
color: #bcbcbc;
134+
color: #eeeeee;
135135
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
136136
}
137137

_includes/index-header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
}
107107

108108
.bottom {
109-
background-color: #bcbcbc;
109+
background-color: #eeeeee;
110110
padding-top: 20px;
111111
border-top: 1px solid #8e397d;
112112
}

_includes/search-header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
}
109109

110110
.bottom {
111-
background-color: #bcbcbc;
111+
background-color: #eeeeee;
112112
padding-top: 20px;
113113
border-top: 1px solid #8e397d;
114114
height: 1150px;

0 commit comments

Comments
 (0)