Skip to content

Commit

Permalink
Update dark mode styling with proper design and support
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleytaunt committed Dec 6, 2024
1 parent 491dea3 commit 4ff3372
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,36 @@ footer p {
background: black;
}
body {
filter: invert(0.85);
background: #2d2d2d;
color: white;
}
img {
filter: invert(1);
h2.post {
color: white;
}
.post-time {
color: #ccc;
}
p code, li code {
color: black;
}
pre {
background: black;
border-color: white;
}
blockquote {
background: #1d1d1d;
}
table tr:nth-of-type(odd) td {
background: black;
}
table.members tbody tr td:first-child::before {
border-bottom: 1px solid #ccc;
color: #ccc;
}
.fame {
color: black;
}
.thanks {
background: black;
}
}

0 comments on commit 4ff3372

Please sign in to comment.