Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ==UserStyle==
@name BlackDiscussions
@description BlackDiscussions is a Discussions stylesheet theme that blacks out quite literally everything in /f.
@author Headquarter8302
==/UserStyle== */
:root {
--fandom-global-nav-background-color: black;
--theme-body-background-image: black;
--theme-body-background-color: black;
scrollbar-color: #2b2b2b black;
}
pre code {
background-color: #0b0b0b !important;
}
.desktop-entry-point,
article.standard-post,
article.condensed-post,
.community-info,
.wiki-recent-changes,
.post-details-desktop,
.desktop-reply-create-entry,
.wds-dropdown__content,
.load-more.feed__load-more-button.infinite-scroll-control,
.user-overview,
.reply,
.desktop-reply-create-wrapper,
.post-details__load-more-button,
.wds-dropdown-level-nested__content,
.wiki-top-articles,
.moderation-module,
.categories-module {
background-color: black !important;
border: 1px solid #2b2b2b !important;
}
.global-navigation {
box-shadow: 0 0 1px;
}
.reply__indicator {
border-color: black !important;
}
.post-indicator--deleted {
border-color: #000;
border-top-color: red;
}
.post-indicator--reported {
border-color: #000;
border-top-color: #cf721c;
}
.post-details-desktop__right {
background-color: black;
border-inline-start: 1px solid #2b2b2b;
}
.reply {
border-block-start: 1px solid #2b2b2b;
}
.post-attribution__content {
padding: 1%;
border: 1px solid #2b2b2b;
background: black;
}
html,
#root,
.upvote,
.comments-count,
.post-footer__action.post-footer__share-button,
.post-footer__social-icons {
color: gray !important;
background: black;
}
.fandom-sticky-header {
background: black;
color: white !important;
border-block-end: 1px solid #2b2b2b;
}
.wiki-tools.wds-button-group,
.wiki-tools.wds-button-group > *,
.wds-button.wds-is-secondary.wds-dropdown__toggle {
color: white !important;
}
.filters-read-mode .wds-list.wds-is-linked::after,
.filters-read-mode .wds-list.wds-is-linked::before,
.guidelines__text::after,
.guidelines__text::before,
.fandom-community-header__background.cover.fullScreen,
.is-sticky-rail {
background: black;
}