From 010cf066446c9cbb96c6bd99db8701e9329bf686 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 29 Sep 2021 06:16:53 +0000
Subject: [PATCH] Link zur Demo aktualisiert

---
 app.css |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/app.css b/app.css
index 3841a47..7a11f7d 100644
--- a/app.css
+++ b/app.css
@@ -29,24 +29,24 @@
   min-height: 0; /* Anmerkung 1 */
 }
 .nord {
-  background-color: lightgray;
+  background-color: black;
   display: flex;
   flex-flow: row;
   height: 2.5em;
   align-items: center;
 }
 .sued {
-  background-color: lightgray;
+  background-color: #eaeaea; /* lightgray; */
 }
 .west {
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 4em;
-  background-color: antiquewhite;
+  background-color: white;
   transition: all 0.3s ease-in;
   overflow: hidden;
   white-space: nowrap;
-  background-color: #f7f7f7;
+  /* background-color: #f7f7f7;*/
 }
 .ost {
   flex-grow: 0;
@@ -76,8 +76,12 @@
   width: 1.8em;
 }
 
+#nav-toggle {
+  /*color: white;*/
+}
 #app-titel {
   padding-left: 1em;
+  color: white;
 }
 
 .pointer-cursor {

--
Gitblit v1.9.3