Skip to content

Instantly share code, notes, and snippets.

@namklabs
Last active October 13, 2019 17:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save namklabs/a516bdb57b27567ce6510ed6ea3d3c81 to your computer and use it in GitHub Desktop.
Save namklabs/a516bdb57b27567ce6510ed6ea3d3c81 to your computer and use it in GitHub Desktop.
Trello Night Mode
#trello-root { background: #000!important; }
.list {background-color: #333; }
.list textarea { color: #999; }
.list .list-card { background-color: #444; }
.list .list-card span {color: #000; }
.list .list-card .card-label { opacity: 0.25; }
.window { background-color: #333; }
.window span, .window h3, .window textarea, .window a { color: #999; }
.window .action-comment { background-color: #444; }
.window .action-comment p { color: #999; }
.window .description-content { color: #999; }
.phenom.mod-highlighted {
background: #222;
border-left-color: #1c0000;
}
.known-service-link {
background: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment