sync colors: unified petrol blue (#1e5f8a) for course b

This commit is contained in:
2025-12-30 19:47:31 +01:00
parent aaf1447048
commit 7e80d15a06
8 changed files with 25 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ title: Dateiformate, Schnittstellen, Speichermedien & Distributionswege
<style>
:root {
--color-foreground: #1a1a2e;
--color-highlight: #5da9e9;
--color-highlight: #1e5f8a;
--color-dimmed: #4a4a6a;
}
section.invert {
@@ -31,9 +31,9 @@ h2 {
}
pre {
background: #0f0f23;
color: #5da9e9;
color: #1e5f8a;
border-radius: 8px;
border-left: 3px solid #5da9e9;
border-left: 3px solid #1e5f8a;
}
pre code {
background: transparent;
@@ -41,7 +41,7 @@ pre code {
}
code {
background: #1a1a2e;
color: #5da9e9;
color: #1e5f8a;
padding: 0.15em 0.4em;
border-radius: 4px;
}