+ border-color: #343434 !important;
+ }
+
+ /* ZenHub styling */
+ .zh-button {
+ background-color: /*[[base-color]]*/ #4183C4 !important;
+ border-color: /*[[base-color]]*/ #4183C4 !important;
+ color: #fff !important;
+ }
+ .zh-pipeline-issue-toggler:hover {
+ color: /*[[base-color]]*/ #4183C4 !important;
+ }
+ /* background */
+ .zh-overlay {
+ background-color: rgba(0,0,0,0.9) !important;
+ }
+ .zh-issue-placeholder {
+ background-color: #111 !important;
+ border-color: #484848 !important;
+ }
+ li.zh-pipeline, li.new-pipeline-column, .zh-schema-pipelines {
+ background-color: #181818 !important;
+ border-color: #484848 !important;
+ }
+ li.zh-pipeline-issue, .zh-pipeline-issue-content, .zh-issue-meta, .zh-pipeline-issue-action,
+ .zh-pipeline-heading-container, .zh-button-grey, .zh-board-menu, .zh-schema-title {
+ background-color: #222 !important;
+ border-color: #484848 !important;
+ }
+ .zh-uploader-drop, .zh-button-grey.selected, .zh-button-grey:hover {
+ background: #333 !important;
+ }
+ /* border */
+ .zh-paw-btn-inner, .zh-schema, .zh-schema-pipeline-name, .popover, .zh-uploader-drop {
+ border-color: #484848 !important;
+ }
+ .popover.right .arrow {
+ border-right-color: #555 !important;
+ }
+ .file-commit-form .commit-form:before, .file-commit-form .commit-form:after {
+ border-right-color: #333 !important;
+ }
+ /* text */
+ .zh-uploader-container *, .zh-overlay-body, .zh-pipeline-issue-action {
+ color: #fff !important;
+ }
+ .zh-schema-pipeline-name, #zh-export-issue-json .octicon-file-directory {
+ color: #888 !important;
+ }
+ /* tooltip */
+ .popover {
+ background: #333 !important;
+ box-shadow: none !important;
+ text-shadow: none !important;
+ }
+ /* vote */
+ .is-pawed .zh-paw-btn-inner {
+ background: #207038 !important;
+ color: #333 !important;
+ box-shadow: none !important;
+ text-shadow: none !important;
+ }
+ .zh-paw-btn-count {
+ color: #ddd !important;
+ }
+ /* invert image */
+ .zh-upload-image {
+ filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='i'><feColorMatrix color-interpolation-filters='srgb' values='-.35 .35 .35 0 0, .25 .25 .25 0 0, .15 .15 .15 0 0, 0 0 0 1 0'/></filter></svg>#i");
+ -webkit-filter: invert(40%) !important;
+ }
+ /* webkit scrollbars */
+ .zh-pipeline-issues-wrapper::-webkit-scrollbar-track {
+ background: #181818 !important;
+ }
+ .zh-board-wrapper.horizontal-scrollbar::-webkit-scrollbar-track {
+ background: #181818 !important;
+ }
+ .zh-board-wrapper.horizontal-scrollbar::-webkit-scrollbar-thumb {
+ background: #444 !important;
+ }
+ .zh-pipeline-issues-wrapper::-webkit-scrollbar-thumb {
+ background: #444 !important;