From 4378e38757087a001327d44f6e092dba6a050891 Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Mon, 8 Jun 2020 14:55:16 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/12/style.css b/12/style.css index b6d6162..494d14f 100644 --- a/12/style.css +++ b/12/style.css @@ -324,18 +324,17 @@ a:hover{ #resources_05 { white-space: pre-wrap; - height: 50%; + height: 100%; width: 45%; - color: black; + color: white; font-size: 14px; overflow-y: auto; - background: #FAF0E6; + background: black; margin: 0px; - border: 10px solid black; + border: 10px solid white; float: left; margin-left: 50px; font-family: Roboto Mono; - border: 1px solid #FAF0E6; }