Skip to content

Reddit black by vitaly-zdanevich

Mirrored from https://gitlab.com/vitaly-zdanevich-styles/reddit/-/raw/master/reddit-css-black.user.css

Screenshot of Reddit black

Details

Authorvitaly-zdanevich

LicenseApache License 2.0

Categoryreddit.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Black theme for Reddit, also remove ad of premium and bottom-right block with languages and other Reddit company links.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.reddit.com - Feb 2024
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    Black
@author         Vitaly Zdanevich
==/UserStyle== */

@-moz-document url-prefix("https://www.reddit.com") {

	:root * {
		/* --background: #000 !important; */
		--pseudo-before-background: #000 !important;
		--newRedditTheme-field: #000; /* Also used by <code> */
		--newRedditTheme-line: #000;
		--newCommunityTheme-line: #000;
		--newCommunityTheme-postLine: #000;
		--newCommunityTheme-body: #000;
		--newCommunityTheme-postTransparent20: #000;
		--newRedditTheme-body: #000;
		--newRedditTheme-bodyAlpha80: #000;
		--newRedditTheme-widgetColors-sidebarWidgetBackgroundColor: #000;
		--newCommunityTheme-widgetColors-sidebarWidgetHeaderColor: #000;
		--newRedditTheme-widgetColors-sidebarWidgetBorderColor: #000;
	}

	[style*='background:#1A1A1B'],
	[style='background: rgb(26, 26, 27);']
	{
		background: #000 !important;
	}

	[data-testid="frontpage-sidebar"] > div:first-child,
	[data-testid="frontpage-sidebar"] > div:last-child
	{
		display: none;
	}

	code {
		background: #001 !important;
	}

}

Reviews

No reviews yet.