Last active
October 7, 2015 20:57
-
-
Save flackend/6ba79c34aff8299abc5d to your computer and use it in GitHub Desktop.
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
body { | |
background: #f1f1f0 !important; | |
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; | |
font-weight: 300 !important; | |
} | |
/* h3 {font-weight:300 !important} */ | |
.header-woof {display:none !important} | |
#header { | |
background: #25313e !important; | |
padding: 10px !important; | |
} | |
/* | |
.board-header-btn-name-org-logo { | |
-webkit-filter: contrast(3000%) invert(100%) ; | |
} | |
*/ | |
.js-open-board { | |
background:#979798 !important; | |
font-weight:300 !important;; | |
} | |
.board-canvas {padding-top:20px} | |
.js-open-board:hover {background:#ff6c20 !important} | |
.thumbnail {background:#979798 !important} | |
.sidebar-section-header-title {text-decoration:none !important;font-weight:300 !important} | |
#search-text {border-radius:0px !important} | |
.board-header {margin-bottom:20px !important; padding-bottom: 0px !important} | |
/* header buttons */ | |
.header-btn.header-notifications, .header-btn.header-boards, | |
.header-btn.header-search, .header-btn.header-login, | |
.header-btn.header-signup { | |
background: none !important; | |
} | |
.header-btn:hover { | |
background: none !important; | |
} | |
.header-user { | |
top: 10px !important; | |
right: 5px !important; | |
font-weight:300 !important | |
} | |
.board-header { | |
height: 40px !important; | |
background: #25313e !important; | |
} | |
.header-btn-text {font-weight:300 !important} | |
.board-header-btn-text { | |
text-decoration: none !important; | |
} | |
.board-header-btn-name {font-weight:300 !important} | |
.text { | |
text-decoration: none !important; | |
} | |
.header-member { | |
background: none !important; | |
} | |
.member { | |
border-radius: 20px !important; | |
border: none !important; | |
background: none !important; | |
} | |
.member img { | |
border-radius: 0 !important; | |
border: none !important; | |
} | |
.list-area { | |
margin-top: 30px !important; | |
} | |
.list-header-name { | |
color: #ff6c20 !important; | |
font-weight: 300 !important; | |
text-transform: capitalize | |
} | |
.list { | |
background: #fff !important; | |
} | |
.list-card:hover {transition: background 0.5s ease-out !important} | |
.add-list { | |
background: none !important; | |
} | |
.add-list:hover { | |
background: #fff !important; | |
} | |
.add-list span {color: #ff6c20 !important;} | |
.open-card-composer:hover { | |
text-decoration: none !important; | |
background: none !important; | |
color: #ff6c20 !important; | |
} | |
.window-wrapper { | |
background: #fff !important; | |
} | |
/* .window-wrapper h3 {font-weight:normal !important} */ | |
.window-wrapper a {text-decoration:none !important} | |
/* | |
.window-overlay { | |
background: rgba(244, 91, 91, 0.8) !important; | |
} | |
strong {font-weight:300 !important} | |
*/ | |
.js-open-move-from-header {color:#ff6c20 !important; font-weight:300 !important} | |
.window-title-text {font-weight:300 !important} | |
.button-link {font-weight:300} | |
.button-link:hover { | |
background: #ff6c20 !important; | |
border-color: #ff6c20 !important; | |
} | |
.checklist-progress-bar-current {background:#ff6c20 !important} | |
.confirm {background:#ff6c20 !important} | |
.ui-state-active {background:#ff6c20 !important} | |
.body-light-board-background .board-header-btn-enabled, | |
.body-light-board-background .board-header-btn-enabled .board-header-btn-icon, | |
.body-light-board-background .board-header-btn-enabled:hover, | |
.body-light-board-background .board-header-btn-enabled:hover .board-header-btn-icon, | |
.body-light-board-background .board-header-btn:not(.board-header-btn-filter-indicator):not(.board-header-btn-enabled), | |
.body-light-board-background .board-header-btn:not(.board-header-btn-filter-indicator):not(.board-header-btn-enabled) .board-header-btn-icon, | |
.body-light-board-background .board-header-btn:not(.board-header-btn-filter-indicator):not(.board-header-btn-enabled) .icon-sm { | |
color: #fff; | |
} | |
.current-comment a, | |
.card-detail-item .current a { | |
color: #ff6c20 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment