diff --git a/mutalyzer/website/templates/static/css/style.css b/mutalyzer/website/templates/static/css/style.css
index 08f868e646cb034afe19beb5ab63474230a0f6d9..3f0bf879b5fcb28a2eefdcfff706227f0acd7f0a 100644
--- a/mutalyzer/website/templates/static/css/style.css
+++ b/mutalyzer/website/templates/static/css/style.css
@@ -8,6 +8,14 @@ body{
 	-webkit-font-smoothing: antialiased;
 }
 
+.container-fluid .row a {
+  text-decoration: underline;
+}
+
+.container-fluid .row a.btn {
+  text-decoration: none;
+}
+
 .block {
 	background: white;
 	max-width: 1024px;
@@ -124,8 +132,10 @@ input[type="text"].form-pre{
 }
 
 code {
-	color: #0B9B33;
-	background-color: #F2F9F3;
+/*	color: #0B9B33;
+	background-color: #F2F9F3;*/
+	color: #333;
+	background-color: inherit;
 	white-space: normal;
 }
 
@@ -353,6 +363,7 @@ header.main-header {
 
 .example-input, .example-input-2 {
 	cursor: pointer;
+	color: #0B9B33;
 }
 
 .example-input:hover, .example-input-2:hover {