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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user