fix termin 2 header/footer colors to match termin 1

- change --color-dimmed from light gray to dark
- update code styling to dark bg with pink text
This commit is contained in:
2026-01-05 17:22:28 +01:00
parent 111d13420a
commit ee4d5435ed

View File

@@ -12,7 +12,7 @@ title: "Termin 2: Netzwerke, Protokolle & CSS"
:root { :root {
--color-foreground: #1a1a2e; --color-foreground: #1a1a2e;
--color-highlight: #d63384; --color-highlight: #d63384;
--color-dimmed: #dde0e4; --color-dimmed: #4a4a6a;
} }
section.invert { section.invert {
--color-foreground: #fff; --color-foreground: #fff;
@@ -40,8 +40,8 @@ pre code {
color: inherit; color: inherit;
} }
code { code {
background: #f0e6eb; background: #1a1a2e;
color: #1a1a2e; color: #d63384;
padding: 0.15em 0.4em; padding: 0.15em 0.4em;
border-radius: 4px; border-radius: 4px;
} }