diff --git a/public/css/style.css b/public/css/style.css
index 41df5f7f912e132c976c1981a13d13f59bd8f3b9..b0a1c9f104c90a71ed57b5a26bc324de27068cd3 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -362,7 +362,7 @@ By Class
 }
 
 .mutelink {
-    color: grey;
+    color: inherit;
 }
 
 .dotlist {
diff --git a/resources/views/layouts/resultPage.blade.php b/resources/views/layouts/resultPage.blade.php
index 5588283d592b8447b771705fd2cc143709e94f9b..2fe88510b6f923f54abd793fe12e52c68a65c050 100644
--- a/resources/views/layouts/resultPage.blade.php
+++ b/resources/views/layouts/resultPage.blade.php
@@ -22,7 +22,7 @@
 	<link type="text/css" rel="stylesheet" href="/css/lightslider.css" />
 
 	<!-- In Erprobung -->
-	<link href="/css/themeDark.css" rel="stylesheet" />
+	<!-- <link href="/css/themeDark.css" rel="stylesheet" /> -->
 </head>
 <body id="resultBody">
 	@if( !isset($suspendheader) )
diff --git a/resources/views/layouts/staticPages.blade.php b/resources/views/layouts/staticPages.blade.php
index 84233e8884cc66782c8e54d8a0681f0f608df8a5..7a6d13db7496d2ed6236465177783254227432ca 100644
--- a/resources/views/layouts/staticPages.blade.php
+++ b/resources/views/layouts/staticPages.blade.php
@@ -26,10 +26,9 @@
 				<link href="/css/{{ $css }}" rel="stylesheet" />
 			@endif
 		@endif
-
+		<link id="theme" href="/css/theme.css.php" rel="stylesheet" />
 		<!-- In Erprobung -->
-		<!-- <link id="theme" href="/css/theme.css.php" rel="stylesheet" /> -->
-		<link href="/css/themeDark.css" rel="stylesheet" />
+		<!-- <link href="/css/themeDark.css" rel="stylesheet" /> -->
 	</head>
 
 	<body>
diff --git a/resources/views/quicktip.blade.php b/resources/views/quicktip.blade.php
index 4d8282b775ede0ff14cdd2674eb82f640d73290f..d64cbce5ab3a739dfd585b7e000b1d05126114f0 100644
--- a/resources/views/quicktip.blade.php
+++ b/resources/views/quicktip.blade.php
@@ -6,7 +6,7 @@
 	</head>
 
 	<!-- In Erprobung -->
-	<link href="/css/themeDark.css" rel="stylesheet" />
+	<!-- <link href="/css/themeDark.css" rel="stylesheet" /> -->
 	<body>
 		@if( $spruch !== "" )
 			<blockquote id="spruch">{!! $spruch !!}</blockquote>