Skip to content

Instantly share code, notes, and snippets.

View deleerium's full-sized avatar
🤓

deleerium deleerium

🤓
View GitHub Profile
@deleerium
deleerium / cool.css
Created May 16, 2020 12:59
Hacker News - Dark Mode
@media (prefers-color-scheme: dark) {
body { background-color: #232834; }
#hnmain { background-color: #1F2430; }
a:link.storylink,
#hnmain > tbody > tr:first-child > td a,
.commtext, .commtext a:link {
color: #fafafa;
}