diff --git a/web/public/static/css/home.css b/web/public/static/css/home.css
index a0451824a882f0e556fc9edf84817f6830abfe2d..feeaa7eed2e3846436a23e200fa94957a24c6838 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;
 }