Dark theme for watchout4snakes.com
watchout4snakes - Dark by leyarotheconquerer
Details
Authorleyarotheconquerer
LicenseMIT
Categorywatchout4snakes.com
Created
Updated
Size514 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 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);
}
}