Skip to content

squadrats.com - Dark Mode by Nick2bad4u

Imported and mirrored from https://raw.githubusercontent.com/Nick2bad4u/UserStyles/refs/heads/main/SquadRats-Dark.user.css

Screenshot of squadrats.com - Dark Mode

Details

AuthorNick2bad4u

LicenseUnLicense

Categorysquadrats

Created

Updated

Size888 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Theme for Squad Rats

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           squadrats.com - Dark Mode
@namespace      typpi.online
@version        1.0.1
@description    Dark Theme for Squad Rats
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@-moz-document domain("squadrats.com") {
	/* Invert colors except images and videos */
	*:not(
			#classification #neighbours,
			img,
			svg,
			.change-email,
			select,
			input,
			.provider-icons
		) {
		background: black !important;
		color: white;
	}

	.mapboxgl-canvas.maplibregl-canvas,
	.leader-map,
	.activity-image {
		filter: invert(1) hue-rotate(180deg);
	}

	select,
	input {
		background-position:
			right 0.7em top 50%,
			0 0 !important;
		background-size:
			0.65em auto,
			100% !important;
		background-repeat: no-repeat, repeat !important;
		background-color: #ddbcff !important;
	}
}

Reviews

No reviews yet.