From 6cd6caaf1afde77eb4ecf976f393f8c05a08d100 Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Wed, 10 Jun 2020 12:45:31 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/12/style.css b/12/style.css index 6e5dfe5..e4b6795 100644 --- a/12/style.css +++ b/12/style.css @@ -513,12 +513,32 @@ iframe.hidden { #week_05.hidden{ display:none; } +#shell_03.hidden{ + display:none; +} +#resources_05.hidden{ + display:none; +} -.icon { +#TOC_icon { +color: white; +} +#clock_icon { +color: white; +} +#resources_icon { color: white; } -.icon:hover { +#TOC_icon:hover { +color: fuchsia; +cursor:pointer; +} +#clock_icon:hover { +color: fuchsia; +cursor:pointer; +} +#resources_icon:hover { color: fuchsia; cursor:pointer; } \ No newline at end of file