Join Mastodon Dark by freeplay

Join Mastodon Dark screenshot
Install Get Stylus Write a review

Details

Authorfreeplay

LicenseNo License

Created

Updated

CategoryMastodon

Statistics

Learn how we calculate statistics in the FAQ.

Total views

Total installs

Weekly installs

Weekly updates

Description

Just something I made that shows that joinmastodon.org could definitely have a dark mode.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           JoinMastodon.org Dark
@namespace      Freeplay
@version        1.0.0
@description    A new userstyle
@author         Freeplay (https://freeplay.codeberg.page/)
@preprocessor   stylus
==/UserStyle== */

@-moz-document domain("joinmastodon.org") {
    /* Insert code here... */
	[class="absolute inset-0 -z-10 hidden h-[var(--mobile-hero-height)] 2xl:block 2xl:h-[var(--desktop-hero-height)]"] {
		filter drop-shadow(0px 0px 60px #24012a)
	}

	.bg-white {
		background #010010
		background #150118
		color white
	}
	.bg-gray-5, [class*="md\:bg-gray-4"] {
		background #150118
		color white
	}
	.text-black {
		color rgba(200,200,250,1)
	}
	h2, h3 {
		color #c4c4ff
	}
	.text-gray-1, .text-gray-2 {
		color rgb(188, 188, 234)
	}
	[class*="md:bg-white"], [class*="bg-nightshade-50"], .ring-1 {
		background #051936
		color white
	}
	[clasS*="border"] {
		border-color rgba(120,120,200,.2)
	}
	.bg-white img[src$=".svg"][alt=""] {
		filter invert(1)
	}
	[class*="hover"]:hover {
		background-color rgba(50,50,100,0.1) !important
	}
	.ring-1 {
		box-shadow none
	}
	
}

Reviews

No reviews yet.