Skip to content

Instantly share code, notes, and snippets.

@peterk87
Last active December 16, 2015 13:19
Show Gist options
  • Save peterk87/5441280 to your computer and use it in GitHub Desktop.
Save peterk87/5441280 to your computer and use it in GitHub Desktop.
CSS: MightyText dark theme
/*Dark CSS theme for regex match of .*mightytext.net.* */
textarea, div, span, body, .nav-tabs, div#pinnedContent, .thread-tab {
background-color: rgb(30,30,30) !important;
color: rgb(170,170,170) !important;
}
span {
background-color: transparent !important;
}
a#share-button-main, a#follow-button-main, span#alert-bottom-right-corner {
visibility: hidden !important;
}
.sideBarIcon, .iconLabel, .logoIcon, .active {
background-color: transparent !important;
}
div#pinnedContent {
overflow: visible !important;
background: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment