Last active
April 22, 2019 21:06
-
-
Save Jackenmen/e8f1cb483f109240658cca8a324605b0 to your computer and use it in GitHub Desktop.
Zenhub addition to Github Dark
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
/* ==UserStyle== | |
@name Zenhub addition to Github Dark | |
@namespace jack1142 | |
@version 1.0.1 | |
@homepageURL https://gist.github.com/jack1142/e8f1cb483f109240658cca8a324605b0 | |
@updateURL https://gist.githubusercontent.com/jack1142/e8f1cb483f109240658cca8a324605b0/raw/github-dark-zenhub.user.css | |
@license Public Domain | |
@author jack1142 | |
==/UserStyle== */ | |
@-moz-document regexp("^https?://((gist|guides|help|launch-editor|raw|resources|status|developer)\\.)?github\\.com/((?!generated_pages/preview).)*$") { | |
.zhc-sidebar-selector-button__heading, .zhc-sidebar-pipeline-selector__label { | |
color: #949494 !important; | |
} | |
.zhc-sidebar-pipeline-selector__button__header__name { | |
color: #afafaf !important; | |
} | |
.zhc-sidebar-nav-item__label { | |
color: #bebebe !important; | |
} | |
.zhc-selection-button__title { | |
color: #757575 !important; | |
} | |
.zh-issue-event-workspace-name { | |
color: #ccc !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment