From 14738b9abe2e22d2ef5d674244a05f1fef0a85fd Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Sun, 10 Mar 2024 09:14:21 -0500 Subject: [PATCH] Brighten text background. The background of the text boxes is slightly darker than it should be. --- src/header.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/header.go b/src/header.go index cf8c156..38a79f6 100644 --- a/src/header.go +++ b/src/header.go @@ -38,7 +38,7 @@ const headerTemplate = ` ul { border-radius: 10px; border:1px solid #c0c0c0; - background: #efefef; + background: #f5f5f5; box-shadow: 2px 2px 5px #bbb; } a:link { @@ -97,7 +97,7 @@ const headerTemplate = ` } #left-header { flex: 4; - background: #efefef; + background: #f5f5f5; margin-right: 0.5em; border-radius: 10px; border: 1px solid #c0c0c0; @@ -106,7 +106,7 @@ const headerTemplate = ` } #right-header { flex: 1; - background: #efefef; + background: #f5f5f5; margin-left: 0.5em; background: #333 url('assets/research-power-tools-cover.jpg') no-repeat; background-size: 100%;