diff --git a/css/style.css b/css/style.css
index 086237a2180cbc55bff5aedb1dea236c963d7c8c..c3f76df257beb838c88cdf8c7e04a3234e84f923 100644
--- a/css/style.css
+++ b/css/style.css
@@ -197,7 +197,7 @@ body {
     font-variant-ligatures: common-ligatures;
     text-rendering: optimizeLegibility;
     font-kerning: normal;
-    color: #444;
+    color: #6e8678;
 }
 
 p, td, th, li, dd {
@@ -211,18 +211,17 @@ p, hr, table, .table-responsive, ol, ul, dl, dd, pre, blockquote, fieldset {
 }
 
 a {
-    color: #1E924D;
+    color: #40c375;
     text-decoration: none;
     -webkit-transition: color .2s ease-in;
             transition: color .2s ease-in;
 }
-a:hover { color: #41B171; }
+a:hover { color: #1e924d; }
 
 h1, h2, h3, h4, h5, h6 {
     font-family: Cabin-bold;
     margin-bottom: 0.6em;
     font-weight: bold;
-    color: #333;
 }
 h1 { font-size: 2rem; }
 h2 { font-size: 1.7rem; }