Brighten text background.

The background of the text boxes is slightly darker than it should be.
This commit is contained in:
Philipp Winter 2024-03-10 09:14:21 -05:00
parent 4651ad9c67
commit 14738b9abe

View file

@ -38,7 +38,7 @@ const headerTemplate = `
ul { ul {
border-radius: 10px; border-radius: 10px;
border:1px solid #c0c0c0; border:1px solid #c0c0c0;
background: #efefef; background: #f5f5f5;
box-shadow: 2px 2px 5px #bbb; box-shadow: 2px 2px 5px #bbb;
} }
a:link { a:link {
@ -97,7 +97,7 @@ const headerTemplate = `
} }
#left-header { #left-header {
flex: 4; flex: 4;
background: #efefef; background: #f5f5f5;
margin-right: 0.5em; margin-right: 0.5em;
border-radius: 10px; border-radius: 10px;
border: 1px solid #c0c0c0; border: 1px solid #c0c0c0;
@ -106,7 +106,7 @@ const headerTemplate = `
} }
#right-header { #right-header {
flex: 1; flex: 1;
background: #efefef; background: #f5f5f5;
margin-left: 0.5em; margin-left: 0.5em;
background: #333 url('assets/research-power-tools-cover.jpg') no-repeat; background: #333 url('assets/research-power-tools-cover.jpg') no-repeat;
background-size: 100%; background-size: 100%;