From e6b5092f7d8d73f17ecb5ff719af9dc7f75e699b Mon Sep 17 00:00:00 2001 From: Jannik Koch Date: Sat, 4 Nov 2017 20:06:45 +0100 Subject: [PATCH 1/2] Sets CSS to use dark theme based around base16. Shrinks div. --- styles/index.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/styles/index.css b/styles/index.css index d2ee671..3619d44 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,11 +1,13 @@ body { font-family: Helvetica, Arial, sans-serif; line-height: 1.5em; + background-color: #181818; + color: #f8f8f8; } .afk-container { margin: 0 auto; - width: 960px; + width: 720px; } @media (max-width: 720px) { @@ -15,14 +17,20 @@ body { } } -h1, h2, h3, h4, h5, h6 { +h1 { margin-top: 2em; - color: #ff4136; + color: #ab4642; + text-align: center; +} + +h2, h3, h4, h5, h6 { + margin-top: 2em; + color: #ab4642; } a, a:visited { - color: #0074d9; + color: #7cafc2; text-decoration: none; } From 9bc94f4a38e050f3481b758ba33c260c5f814c1b Mon Sep 17 00:00:00 2001 From: Jannik Koch Date: Sat, 4 Nov 2017 20:07:12 +0100 Subject: [PATCH 2/2] Fixes link in the Mitschriebe section. --- pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.md b/pages/index.md index 94d000f..1df7b0b 100644 --- a/pages/index.md +++ b/pages/index.md @@ -73,4 +73,4 @@ Montag | Dienstag | Mittwoch | Donnerstag | Freitag | Samstag | Sonntag ## Mitschriebe -Mitschriebe von Informatik-Vorlesungen sind unter https://github.com/luk3b/kit-lecture-notes verfügbar. Mitarbeit immer gerne gesehen! +Mitschriebe von Informatik-Vorlesungen sind unter [Lukes Github](https://github.com/luk3b/kit-lecture-notes) verfügbar. Mitarbeit immer gerne gesehen!