From ee73b41d6145c12d170de9e4a585ee2ba81265f3 Mon Sep 17 00:00:00 2001 From: andreasschenkel <31856043+andreasschenkel@users.noreply.github.com> Date: Sat, 28 Aug 2021 18:27:30 +0200 Subject: [PATCH] =?UTF-8?q?added=20letter=20T=20f=C3=BCr=20Teacher=20and?= =?UTF-8?q?=20S=20for=20Student?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index bd53399..1698220 100644 --- a/styles.css +++ b/styles.css @@ -13,3 +13,7 @@ .course_list_advanced.additionalInformation{ color: blue; } + +.tooltip > .tooltip-inner { + background-color: #39f; +}