From d03530012620663ee2726fa62f444fdf2e98d177 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Thu, 29 Oct 2020 15:00:32 +0100 Subject: [PATCH] added amy's analytics request and changed the background color of the intro panel --- static/css/main.css | 12 +++--------- templates/layout.html | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 19b4a06..8f416e2 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -8,12 +8,6 @@ url("fonts/ApfelGrotezk-Regular.woff2") format("woff2"); } -@font-face { - font-family: "Coconat"; - src: url("fonts/Coconat-Regular.woff") format("woff"), - url("fonts/Coconat-Regular.woff2") format("woff2"); -} - * { box-sizing: border-box; font-family: 'ApfelGrotezk', sans-serif; @@ -529,7 +523,7 @@ button.download { } #intro { - background: #8048b7; + background: #a99f89; } #howto audio { @@ -556,7 +550,7 @@ button.download { } #closeintro { - color: #8143b9; + color: #a99f89; } #closehowto:hover, #closeinsert:hover { @@ -565,7 +559,7 @@ button.download { } #closeintro:hover { - background: #8143b9; + background: #a99f89; color: #1c1c1c; } diff --git a/templates/layout.html b/templates/layout.html index 5f7cdb2..2defdfd 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -8,6 +8,20 @@ +