We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4651ad9 commit 14738b9Copy full SHA for 14738b9
src/header.go
@@ -38,7 +38,7 @@ const headerTemplate = `
38
ul {
39
border-radius: 10px;
40
border:1px solid #c0c0c0;
41
- background: #efefef;
+ background: #f5f5f5;
42
box-shadow: 2px 2px 5px #bbb;
43
}
44
a:link {
@@ -97,7 +97,7 @@ const headerTemplate = `
97
98
#left-header {
99
flex: 4;
100
101
margin-right: 0.5em;
102
103
border: 1px solid #c0c0c0;
@@ -106,7 +106,7 @@ const headerTemplate = `
106
107
#right-header {
108
flex: 1;
109
110
margin-left: 0.5em;
111
background: #333 url('assets/research-power-tools-cover.jpg') no-repeat;
112
background-size: 100%;
0 commit comments