From 572fddcf30df64c7b93a42dd09c565baa47ba382 Mon Sep 17 00:00:00 2001
From: Philipp Bock <p@philippbock.de>
Date: Wed, 31 Jan 2018 22:38:13 +0100
Subject: [PATCH] Fix a typo and try to improve contrast

---
 static/c3lingo.css | 7 ++++---
 static/index.html  | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/static/c3lingo.css b/static/c3lingo.css
index f48d815..76bd097 100644
--- a/static/c3lingo.css
+++ b/static/c3lingo.css
@@ -50,14 +50,15 @@ table {
 
 body {
   font: 1em/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
-  background-color: #fbfbfb;
-  color: #0e0e0e;
 }
 
 [lang="de"] {
-  opacity: .7;
+  color: #444;
   font-weight: 300;
 }
+a [lang="de"] {
+  color: inherit;
+}
 
 a {
   text-decoration: none;
diff --git a/static/index.html b/static/index.html
index a50cc8c..f348b5e 100644
--- a/static/index.html
+++ b/static/index.html
@@ -28,7 +28,7 @@
                 </h1>
 
                 <p lang="en">
-                  Wheteher you’re in the audience or watching the stream,
+                  Whether you’re in the audience or watching the stream,
                   read our handy setup guide to get started.
                 </p>
 
-- 
GitLab