Created
August 31, 2017 17:41
-
-
Save ThaTiemsz/6aafcac706fd1fc9c22569f87e3e224a to your computer and use it in GitHub Desktop.
status.discordapp.com dark theme
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
@-moz-document domain("status.discordapp.com") { | |
body, .layout-content.status.status-api .section .example-container .example-opener .color-secondary, .grouped-items-selector, .layout-content.status.status-full-history .history-nav a.current { | |
background-color: #36393e !important; | |
} | |
body.status, .color-primary, .color-primary:hover, .layout-content.status-index .status-day .update-title.impact-none a, .layout-content.status-index .status-day .update-title.impact-none a:hover, .layout-content.status-index .timeframes-container .timeframe.active, .layout-content.status-full-history .month .incident-container .impact-none, .layout-content.status.status-index .incidents-list .incident-title.impact-none a, .incident-history .impact-none, .layout-content.status .grouped-items-selector.inline .grouped-item.active, .layout-content.status.status-full-history .history-nav a.current, .layout-content.status.status-full-history .history-nav a:not(.current):hover { | |
color: #fff !important; | |
} | |
.font-largest { | |
color: #fff !important; | |
} | |
rect[rx="5"] { | |
fill: #36393e !important; | |
} | |
body.status .layout-content.status .border-color, hr, .tooltip-base, .markdown-display table { | |
color: #fff !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment