From edda2fe7d4e1893c32d6478ed4a595c969e96941 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Wed, 24 Nov 2021 13:09:02 +0100 Subject: [PATCH] switch to MPG colors according to new CI --- public/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index f3071d1..2c532a3 100644 --- a/public/style.css +++ b/public/style.css @@ -12,7 +12,7 @@ body { h1, h2, h3, h4, h5, h6, .subtitle { font-family: serif; - color: #00445F; + color: #006c66; line-height: 1.2; } h1 { @@ -52,11 +52,11 @@ header.block { } .bg-green { - background-color: #006699; + background-color: #00786c; color: #fff; } .bg-darkgreen { - background-color: #00445F; + background-color: #006c66; color: #fff; } .bg-green a, -- GitLab