dark mode...
hotsplots.de by s-light
Details
Authors-light
LicenseCC0
Categoryhotsplots.de
Created
Updated
Size504 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 hotsplots.de dark-mode
@namespace github.com/s-light/
@version 1.0.0
@description dark mode..
@author Stefan Krüger s-light.eu
==/UserStyle== */
@-moz-document domain("hotsplots.de") {
html,
body {
background-color: black;
}
html .login-wrap {
box-shadow: 0 0 30px 5px hsl(260, 100%, 50%);
background-color: black;
}
html .login-wrap::after {
background-color: hsl(260, 100%, 10%);
}
}