From 7bd2d9fd54cfb8cb1ca8af1db6bf57884cd42f72 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Sat, 23 Jan 2021 19:20:21 +0100 Subject: [PATCH] added footer with imprint, privacy policy and sourcecode links --- src/App.css | 7 +++++++ src/App.js | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/src/App.css b/src/App.css index d27b3b8..f9d9e35 100644 --- a/src/App.css +++ b/src/App.css @@ -41,6 +41,13 @@ p{ width: calc(40vh + 15vw); } +a{ + color: white; +} +a:hover{ + color: rgba(255,255,255,0.8); +} + .HeaderImage{ height: calc(10px + 30vmin); max-width: 100%; diff --git a/src/App.js b/src/App.js index 0fa3806..a9f690f 100644 --- a/src/App.js +++ b/src/App.js @@ -317,6 +317,14 @@ function App() { ) : null} + + ) }