Simply inverts the colours
Simply inverts the style, to give DARK MODE by ke-ss
Details
Authorke-ss
LicenseNo License
Categoryscotblood.co.uk
Created
Updated
Size320 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name scotblood.co.uk
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("scotblood.co.uk") {
body {
background-color: Canvas;
color: CanvasText;
color-scheme: light dark;
}
}