Last active
July 27, 2018 20:04
-
-
Save dnywh/3f8c75472dcc4fe4358d21c09836791d to your computer and use it in GitHub Desktop.
Hide Trello background madness on Safari
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
/* 1. Open Safari > Preferences... > Advanced */ | |
/* 2. Drop this style sheet into the 'style sheet:' section */ | |
/* 3. Refresh any Trello tabs you might have open */ | |
#classic-body { | |
background: #2b2b2c !important; | |
} | |
.board-header-btn { | |
color: #ffffff !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment