From 651e7f9bcc161d3e1f92ef2b9c3a12beddce6120 Mon Sep 17 00:00:00 2001
From: Karl <Karl Hasselbring>
Date: Thu, 6 Oct 2016 11:05:49 +0200
Subject: [PATCH] Das neue Design ist jetzt auskommentiert in der normalen
 Version eingebaut. Die Kommentare sind in den Dateien:

StaticPages.blade.php
ResultPage.blade.php
quicktip.blade.php
---
 public/css/style.css                          | 2 +-
 resources/views/layouts/resultPage.blade.php  | 2 +-
 resources/views/layouts/staticPages.blade.php | 5 ++---
 resources/views/quicktip.blade.php            | 2 +-
 4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/public/css/style.css b/public/css/style.css
index 41df5f7f9..b0a1c9f10 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 5588283d5..2fe88510b 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 84233e888..7a6d13db7 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 4d8282b77..d64cbce5a 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>
-- 
GitLab