Last active
October 13, 2019 17:08
-
-
Save namklabs/a516bdb57b27567ce6510ed6ea3d3c81 to your computer and use it in GitHub Desktop.
Trello Night Mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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