meta data for this page
Dark Theme für kuketz-blog.de
Code, wie ich ihn einmal aus meinem Stylus rausgecopypastet habe. Ich garantiere weder dafür, dass das überall funktioniert, noch dass der Code die komplette Website abdeckt. Kurzum: Ich garantiere für gar nichts, versuche aber, dem Theme der Website so treu wie möglich zu bleiben und ihr wirklich nur ein Dark Theme zu bescheren, was auch benutzbar ist.
body {
background-color: #222;
color: #eee;
}
div.post,
div.page {
background-color: #333 !important;
color: #eee !important;
}
div.content {
color: #eee;
}
div.content pre {
background: #444;
color: #37c;
}
div.content div.support-box {
background: #041;
}
div.content div.grey-box {
background: #444;
}
div.content blockquote {
background: #444;
}
div.content div.author {
background: #444;
color: #eee;
}
.posts .title a {
color: #3377a9;
}