From 37f9c5439d24b49c0ea69eeb49ba53f3ac963095 Mon Sep 17 00:00:00 2001 From: Isabel <isabel-andrea.uffinger@stud.hs-hannover.de> Date: Thu, 27 Jul 2023 21:22:38 +0200 Subject: [PATCH] Changed color of teacher areas to orange --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 2134e1c..4a9e27e 100644 --- a/styles.css +++ b/styles.css @@ -91,6 +91,6 @@ p.expandcollapselink a { } .internaldescription, .gradingscheme, .providedfilesteacher { - background-color: #73afdc; + background-color: #F5EDDA; margin-top: 10px; } \ No newline at end of file -- GitLab