From ee490ef6d30af0eacf1a305cca8ff5f8806088ec Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Thu, 11 Jun 2020 10:33:56 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/12/style.css b/12/style.css index e1cc98e..716956e 100644 --- a/12/style.css +++ b/12/style.css @@ -635,10 +635,18 @@ cursor:pointer; filter: invert(1); } -#shell_03_header{ +#shell_03header{ padding: 10px; cursor: move; z-index: 10; - background-color: #2196F3; + background-color: grey; + color: #fff; +} + +#audio_05header{ + padding: 10px; + cursor: move; + z-index: 10; + background-color: grey; color: #fff; } \ No newline at end of file