Skip to content

Slither.io Dark Menu by psykek

Screenshot of Slither.io Dark Menu

Details

Authorpsykek

LicenseNo License

CategorySlither.io

Created

Updated

Size962 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for the slither.io menu

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           SlitherDark
@version        1.0.0
@description    Night mode for slither.io
@author         Psykek/PrototypeChicken
@namespace      github.com/Psykek66/UserCSS
@homepageURL    https://github.com/Psykek66/UserCSS/blob/master/SlitherDark.user.css
==/UserStyle== */


@-moz-document url-prefix("http://slither.io/") {
html {
    background-color: #000;
}
#logo canvas, #playh ,#bsk .nsi, #grqi, #csk .nsi, #psk .nsi, #nsk .nsi {
    filter: grayscale(100%)
}
#nick_holder {
    background-color: #202020 !important;
}
#nick {
    color: #999 !important;
    filter: grayscale(100%);
}
#playh .sadg1 .nsi {
    color: #000 !important;
}
#twt .nsi, #fb .nsi {
    display: none;
}
.lq2, #clq {
    color: #b3b3b3 !important;
}
body > .sadg1 .nsi {
    color: #000 !important;
    background-color: #707070;
    border: none !important;
}
#lastscore b, #tips {
    color: #999 !important;
}
}

Reviews

No reviews yet.