Skip to content

Dark UI experiment yocker.com - 12/10/2022, 15:35:11 by pierpaolozinisal

Details

Authorpierpaolozinisal

LicenseCC Zero

Categoryyocker.com

Created

Updated

Size515 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Experiment for yocker.com dark

Notes

Experiment for yocker.com dark

Source code

/* ==UserStyle==
@name           yocker.com - 12/10/2022, 15:35:11
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("yocker.com") {
    /* Inserisci codice qui... */
	body {
		background-color: #000;
		color: #fff
	}
	.card {
		background-color: #000 !important;
	}
	.card :hover {
		background-color: #000 !important;
		color: #fff200;
	}
	.list-group-item {
		background-color: #000;
		color: #fff;
	}
}

Reviews

No reviews yet.