diff --git a/Documentation/theme/static/css/theme.css b/Documentation/theme/static/css/theme.css
index 4901bbf564f7..60f3510d88fa 100644
--- a/Documentation/theme/static/css/theme.css
+++ b/Documentation/theme/static/css/theme.css
@@ -6,7 +6,7 @@ html {
 }
 
 body {
-	color: rgb(0, 0, 0, 0.5);
+	color: rgb(0, 0, 0, 0.65);
 	font-family: Arial, sans-serif;
 	margin: 0px;
 }
@@ -217,7 +217,6 @@ div#content > div.block {
 }
 
 div#content > div.block h1 {
-	color: black;
 	font-size: 40px;
 	margin-top: 0px;
 	text-align: left;
