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! 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; }