Simple dark mode using CSS custom props.
Zara dark mode by manumorante
Details
Authormanumorante
LicenseNo License
Categoryzara
Created
Updated
Size466 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}