Last active
December 19, 2024 08:38
-
-
Save chrisdugne/32dfe7d6a6b473f92942822b839370d0 to your computer and use it in GitHub Desktop.
trello
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
.window-main-col { | |
background-color: #29353C; | |
color: #ededed; | |
} | |
.window-module hr { | |
background-color: rgba(32, 196, 22, 0.73); | |
} | |
#header { | |
background-color: #222 | |
} | |
.window { | |
width: 90%; | |
} | |
.window-main-col { | |
width: 70%; | |
} | |
.window-sidebar { | |
width: 20%; | |
} | |
.checklist-item-checkbox { | |
background-color: #535353 !important; | |
} | |
code { | |
background-color: #444 !important; | |
} | |
div[data-testid="card-front-cover"] { | |
width: 90px; | |
position: absolute; | |
right: 0; | |
top: -85px; | |
background-size: contain!important; | |
border-radius:0; | |
} | |
div[data-testid="trello-card"] { | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use with https://addons.mozilla.org/en-US/firefox/addon/xstyle/