Last active
March 26, 2016 02:16
-
-
Save mikesprague/f2cc1b26ed3058b394c5 to your computer and use it in GitHub Desktop.
Dark Userstyle for Upwork (WIP)
This file contains 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-color: #111; | |
color: #efefef; | |
} | |
label, | |
legend { | |
color: white; | |
} | |
.primary-navbar.navbar.navbar-default.navbar-condensed { | |
background-color: #333 !important; | |
} | |
.oTwizzlr, | |
.oTopNavTabpanel.oNavInline { | |
background-color: #111 !important; | |
} | |
.oMsg.oMsgWarning { | |
background-color: #585858 !important; | |
} | |
.oBtn, | |
.alert { | |
color: white; | |
background-color: #585858; | |
} | |
a.isDisabled { | |
color: #e2e3e4; | |
background-color: #1c1c1c; | |
} | |
a.oPager, | |
.o-tag-skill { | |
color: white; | |
background-color: #1c1c1c; | |
} | |
article.oWidget, | |
article.jsSearchFormFilters, | |
.oTable td, | |
.oModeMessage { | |
background-color: #585858; | |
} | |
.air-card-group, | |
.air-card { | |
background-color: #585858; | |
color: #f0f1f2; | |
} | |
.air-card p { | |
background-color: #585858; | |
color: #f0f1f2; | |
} | |
.oSupportInfo, | |
.oSegmentationInfo, | |
.o-support-info, | |
.m-0-bottom, | |
.m-md-bottom, | |
.text-muted { | |
color: #f0f1f2; | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
.h1, | |
.h2, | |
.h3, | |
.h4, | |
.h5, | |
.h6, | |
.oH1, | |
.oH2, | |
.oH3, | |
.oH4, | |
.oH5, | |
.oH6 { | |
color: #f0f1f2; | |
} | |
.oMute, | |
.oH2High, | |
.jsContractorRate, | |
.oRateLarge, | |
.oRateTime, | |
.oFieldValue, | |
.oNull, | |
.oHMin, | |
thead.nowrap th, | |
.table > thead > tr > th { | |
color: #e2e3e4; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment