From d2ad6162e4fd33acbdb7705532cde8fc7d3c182a Mon Sep 17 00:00:00 2001
From: Isabel <isabel-andrea.uffinger@stud.hs-hannover.de>
Date: Tue, 1 Aug 2023 11:54:15 +0200
Subject: [PATCH] changed teacher color to green
---
styles.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles.css b/styles.css
index 4a9e27e..6c1a3b2 100644
--- a/styles.css
+++ b/styles.css
@@ -91,6 +91,6 @@ p.expandcollapselink a {
}
.internaldescription, .gradingscheme, .providedfilesteacher {
- background-color: #F5EDDA;
+ background-color: #C9F5E0;
margin-top: 10px;
}
\ No newline at end of file
--
GitLab