ctucx.git: oeffisearch

[nimlang] fast and simple tripplanner

commit 274c3a52f0a09d8e53f0d3fac0f26b75b854c366
parent 276ed18e3c2ae2ae8e3946e0bf219ed05b5968ee
Author: Milan Pässler <me@pbb.lc>
Date: Thu, 23 Jul 2020 21:44:31 +0200

Revert "REGENBOGEN"

This reverts commit 276ed18e3c2ae2ae8e3946e0bf219ed05b5968ee.
1 file changed, 1 insertion(+), 8 deletions(-)
M
client/style.css
|
9
+--------
diff --git a/client/style.css b/client/style.css
@@ -12,7 +12,6 @@ font-face {
 }
 
 html, body {
-	animation: rainbow 2s linear infinite;
 	margin: 0;
 	font-family: Varela, sans-serif;
 	background-color: #2a2a2a;

@@ -28,8 +27,7 @@ a {
 header {
 	position: relative;
 	color: white;
-	/*background-color: #555;*/
-	background: linear-gradient(90deg, red, green, blue, yellow);
+	background-color: #555;
 	bottom-border: 1px solid rgba(255, 255, 255, .3);
 	display: flex;
 	flex-direction: row;

@@ -97,11 +95,6 @@ header {
 	100% { transform: rotate(360deg); }
 }
 
-@keyframes rainbow {
-	0% { filter: hue-rotate(0deg); }
-	100% { filter: hue-rotate(360deg); }
-}
-
 .loadMore {
 	cursor: pointer;
 	height: 72px;