Grayscale skin
by yubelious
Details
Authoryubelious
LicenseMIT License
CategoryDueling Nexus
Created
Updated
Size759 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Notes
Changelog
v1.1 Set height to fix bugs.
Source code
/* ==UserStyle==
@name Grayscale skin affecting CSS Fixes Project for Dueling Nexus - 2020-11-07, 3:36:53 p.m.
@namespace github.com/openstyles/stylus
@version 1.1
@description Run this over CSS Fixes Project for Dueling Nexus
@author Yubelious!
==/UserStyle== */
@-moz-document url-prefix("https://duelingnexus.com") {
html
{
filter: grayscale(100%);
}
html, body, #navbar
{
box-sizing: border-box;
}
html, body
{
height: 100vh;
}
body
{
background: url(https://cdn.discordapp.com/attachments/403735097498664960/624003724896894977/bg.d8c6519.jpg) #888 right bottom fixed;
background-size: 100% 100%;
}
#navbar
{
max-height: 100vh;
}
}