Skip to content

Commit 14738b9

Browse files
Brighten text background.
The background of the text boxes is slightly darker than it should be.
1 parent 4651ad9 commit 14738b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/header.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const headerTemplate = `
3838
ul {
3939
border-radius: 10px;
4040
border:1px solid #c0c0c0;
41-
background: #efefef;
41+
background: #f5f5f5;
4242
box-shadow: 2px 2px 5px #bbb;
4343
}
4444
a:link {
@@ -97,7 +97,7 @@ const headerTemplate = `
9797
}
9898
#left-header {
9999
flex: 4;
100-
background: #efefef;
100+
background: #f5f5f5;
101101
margin-right: 0.5em;
102102
border-radius: 10px;
103103
border: 1px solid #c0c0c0;
@@ -106,7 +106,7 @@ const headerTemplate = `
106106
}
107107
#right-header {
108108
flex: 1;
109-
background: #efefef;
109+
background: #f5f5f5;
110110
margin-left: 0.5em;
111111
background: #333 url('assets/research-power-tools-cover.jpg') no-repeat;
112112
background-size: 100%;

0 commit comments

Comments
 (0)