Skip to content

Instantly share code, notes, and snippets.

@chrisdugne
Last active December 19, 2024 08:38
Show Gist options
  • Save chrisdugne/32dfe7d6a6b473f92942822b839370d0 to your computer and use it in GitHub Desktop.
Save chrisdugne/32dfe7d6a6b473f92942822b839370d0 to your computer and use it in GitHub Desktop.
trello
.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;
}
@chrisdugne
Copy link
Author

chrisdugne commented Mar 30, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment