1
0
Fork 0
mirror of https://github.com/afkollektiv/afkollektor.de synced 2024-05-06 18:06:45 +00:00

Merge Yannis' Dark Theme PR

Change the styling of the site to dark and fix link to lecture notes
This commit is contained in:
Paul Brinkmeier 2017-11-04 22:45:09 +01:00 committed by GitHub
commit 0166f774a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 5 deletions

View file

@ -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!

View file

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