From 5d5b3d3a77eb6c41ab011f94c0d3089f5d582288 Mon Sep 17 00:00:00 2001 From: bootje Date: Mon, 22 Jun 2020 12:40:36 +0200 Subject: [PATCH] parallel-colonialism --- parallel-colonialism/style.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/parallel-colonialism/style.css b/parallel-colonialism/style.css index 443ce4f..f7e5433 100644 --- a/parallel-colonialism/style.css +++ b/parallel-colonialism/style.css @@ -24,21 +24,14 @@ } - body{ background: black !important; } -a{ - color: white; - text-decoration: none; - display: inline; - border-bottom: 0px; - background: none; -} + #wrapper { - background-color: black; + background-color: black !important; } #main { @@ -50,6 +43,14 @@ a{ background: none; } +a{ + color: white; + text-decoration: none; + display: inline; + border-bottom: 0px; + background: none; +} + a:hover{ color: grey; text-decoration: none;