From c7a174a5e76c1927f6ddb6241dee2fb594478a13 Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Wed, 24 Jul 2024 16:15:05 +0000 Subject: [PATCH] Update public/assets/css/main.css --- public/assets/css/main.css | 39 +++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index dd337f4..07e46a9 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -2763,4 +2763,41 @@ section, padding-left: 5px; color: color-mix(in srgb, var(--default-color), transparent 60%); font-size: 14px; -} \ No newline at end of file +} +/* Salam*/ +/* Styles for page titles to match frame colors */ + +/* KI Kompetenzen Page */ +.ki-kompetenzen-title { + color: #00bcd4; /* Color matching the item-cyan frame */ +} + +/* Learning Analytics Infrastruktur Page */ +.learning-analytics-title { + color: #ff9800; /* Color matching the item-orange frame */ +} + +/* Personalisiertes Lernen Page */ +.personalisiertes-lernen-title { + color: #009688; /* Color matching the item-teal frame */ +} + +/* KI Ethik Page */ +.ki-ethik-title { + color: #f44336; /* Color matching the item-red frame */ +} + +/* Study Dean Cockpit Page */ +.study-dean-cockpit-title { + color: #3f51b5; /* Color matching the item-indigo frame */ +} + +/* Generative KI Page */ +.generative-ki-title { + color: #e91e63; /* Color matching the item-pink frame */ +} + +/* Adaptives Testen Page */ +.adaptives-testen-title { + color: #00bcd4; /* Color matching the item-cyan frame */ +} -- GitLab