Skip to content

watchout4snakes - Dark by leyarotheconquerer

Screenshot of watchout4snakes - Dark

Details

Authorleyarotheconquerer

LicenseMIT

Categorywatchout4snakes.com

Created

Updated

Size514 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for watchout4snakes.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           watchout4snakes - Dark
@namespace      watchout4snakes.com
@version        1.0.0
@description    Dark theme for watchout4snakes.com
@author         leyarotheconquerer
==/UserStyle== */

@-moz-document domain("watchout4snakes.com") {
html {
    filter: invert(100%) hue-rotate(180deg);
}

img.test {
    filter: invert(100%) hue-rotate(180deg);
}

div.resultBox {
    background-color: #fff;
}

div.mainBody {
    background: linear-gradient(#fff, #eee);
}
}

Reviews

No reviews yet.