From e9a9bd2e880fa7b67384a15eedbbf696df1fe2d4 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Wed, 10 May 2017 12:56:08 +0200 Subject: [PATCH] Make footer somewhat readable --- public/css/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index c39c0238..02cec37b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,5 +1,3 @@ - - /* Torrent status colors */ .remake { background-color: rgb(240, 176, 128); @@ -323,7 +321,8 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ background: #fff; min-height: 460px; } -/* Night mode switcher */ + +/* Night mode switcher */ #mainmenu a.nightswitch { background: transparent url(/img/sun.png) no-repeat; background-size: 24px; @@ -331,11 +330,12 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ margin-left: 3px; width: 24px; } + footer { text-align: center; - padding: 2rem; + padding-bottom: 2rem; font-size: 2rem; font-family: cursive; - color: #CCC; - text-shadow: 0px -1px #999999; -} \ No newline at end of file + color: #616161; + text-shadow: -1px -1px #999999; +}