From 9434997326a7a405b8b3ba8e635bda1b9545392c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:33:32 +0000 Subject: [PATCH 1/2] Initial plan From 85a73dd61a316ce12cfb0c77cbc087c5c22b867d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:38:41 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Update=20branding=20to=20Hochschule=20Osnab?= =?UTF-8?q?r=C3=BCck=20with=20logo=20and=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: lkiesow <1008395+lkiesow@users.noreply.github.com> --- index.css | 44 +++++++++++++++++++++++++++++++++++++++++++- index.html | 4 ++-- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index fcae167..6dc6207 100644 --- a/index.css +++ b/index.css @@ -11,6 +11,8 @@ header { justify-content: space-between; align-items: center; margin-bottom: 20px; + border-bottom: 3px solid #E2001A; + padding-bottom: 10px; } header > * { @@ -18,10 +20,33 @@ header > * { margin-right: 10px; } +header h1 { + color: #E2001A; +} + +header img { + max-height: 60px; + width: auto; +} + input, select { border-radius: 5px; } +button { + background-color: #E2001A; + color: white; + border: none; + padding: 8px 16px; + border-radius: 5px; + cursor: pointer; + font-weight: bold; +} + +button:hover { + background-color: #c00016; +} + .buttons { text-align: right; margin: 15px 0; @@ -60,7 +85,11 @@ footer { footer a { text-decoration: none; - color: grey; + color: #E2001A; +} + +footer a:hover { + text-decoration: underline; } @media (prefers-color-scheme: dark) { @@ -72,7 +101,20 @@ footer a { background-color: #333; color: white; } + button { + background-color: #E2001A; + color: white; + } + button:hover { + background-color: #ff1a2e; + } pre { background-color: #333; } + header { + border-bottom-color: #E2001A; + } + footer a { + color: #ff4d5e; + } } diff --git a/index.html b/index.html index 80eb13d..7c0da70 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@