Skip to content

Zara dark mode by manumorante

Screenshot of Zara dark mode

Details

Authormanumorante

LicenseNo License

Categoryzara

Created

Updated

Size466 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple dark mode using CSS custom props.

Notes

dark mode, custom props

Source code

/* ==UserStyle==
@name           www.zara.com - 22/7/2022, 16:00:41
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://www.zara.com") {
	:root {
		--color-main: #ffffff !important;
		--color-main-000: #000000 !important;
		--color-content-hight: #000000 !important;
		--color-basic-white: #000000 !important;
		--color-basic-black: #ffffff;
	}
}

Reviews

No reviews yet.