From 59b341dfb80409d31f151ecbc1d3d4eed5f6153a Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Tue, 29 Mar 2022 11:47:56 -0400 Subject: [PATCH] Fix color of home page --- web/public/static/css/home.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/public/static/css/home.css b/web/public/static/css/home.css index a0451824..feeaa7ee 100644 --- a/web/public/static/css/home.css +++ b/web/public/static/css/home.css @@ -16,7 +16,7 @@ html { } a, a:visited { - color: #3a9784; + color: #338574; } a:hover { @@ -114,7 +114,7 @@ code { } .anchor .anchorLink:hover { - color: #3a9784; + color: #338574; visibility: visible; } @@ -221,7 +221,7 @@ figcaption { /* Header */ #header { - background: #3a9784; + background: #338574; height: 130px; }