From 427857be61b641769cd504de18131d0a51772682 Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 21 May 2021 16:24:44 +0200 Subject: [PATCH] font++ --- css/style.css | 17 ++++++----------- js/data.js | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/css/style.css b/css/style.css index dc15a59..c4c7987 100644 --- a/css/style.css +++ b/css/style.css @@ -32,31 +32,26 @@ body { display: block; float: left; width: 600px; - color: #000000; + color: #FFFFFF; opacity: 1; - text-shadow: 0px 1px 0px #e1e1e1, 0px -1px 0px #313131; - background-color: none; - font-size: 2.8em; + background-color: none; + font-size: 2.0em; font-weight: bold; padding: 8px 20px 8px 20px; + text-shadow: 0px 2px 0px #000000; transition-property: background-color; - transition-duration: 1s; - -moz-transition-property: background-color; - -moz-transition-duration: 1s; - -webkit-transition-property: background-color; - -webkit-transition-duration: 1s; } #footer { text-align: center; - font-size: 1.4em; + font-size: 1em; padding: 3px 20px; margin-bottom: 80px; } #footer a { text-decoration: none; - color: #000000; + color: #FFFFFF; } #board { diff --git a/js/data.js b/js/data.js index d528a79..8430cff 100644 --- a/js/data.js +++ b/js/data.js @@ -1,4 +1,4 @@ -var headerText = "Polizeiliche Massnahmen zur Bekämpfung von Terrorismus Bullshit Bingo"; +var headerText = "Polizeilicher Terrorismus BS-Bingo"; var footerText = "This versions is code available on github
Original code";