Skip to content

UNO Dark by tekami

Details

Authortekami

LicenseNo License

Categoryuno-special-edition

Created

Updated

Size679 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode so you can play UNO in absolute tranquility

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.uno-special-edition.com/game - Apr 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("uno-special-edition.com") {
	html {
		--bg: rgb(51, 56, 66);
		--bg_d1: rgb(40, 44, 52);
		--bg_d2: rgb(33, 37, 43);
		--text_color: hsl(0, 0%, 94%);
		--text_color_d1: hsl(0, 0%, 68%);
		
		--link: hsl(207, 82%, 66%);
		--accent: hsl(252, 38%, 56%);
	}
	
	body {
		background-color: var(--bg_d1);
		color: var(--text_color);
	}
	
	.player-playing[_ngcontent-ng-cli-universal-c114] {
		color: var(--accent);
	}

}

Reviews

No reviews yet.