Nevium dark mode by rixingithub
Details
Authorrixingithub
LicenseNo License
Categorynevium
Created
Updated
Size919 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 Nevium dark mode
@version 20220303.19.06
@namespace userstyles.world/user/rixingithub
@description
@author rixingithub
@license No License
==/UserStyle== */
@-moz-document domain("nevium.repl.co") {
body, html {
background-color: #121212;
}
* {
color-scheme: dark;
}
div[class^=msg] {
color: Black;
}
nav {
background-color: #121212;
}
div#logo {
border-bottom-color: White !important;
}
nav div#links a {
color: White;
text-decoration: none;
padding-right: 3px;
border-right: 1px solid White;
}
pre, code {
background-color: #2a2a2a;
}
pre span, pre {
color: #d4d4d4;
}
pre span.-shsyntax-cyan {
color: #3dc9b0 !important;
}
pre span.-shsyntax-brightred {
color: #9cdcfe !important;
}
pre span.-common-commentgreen {
color: #608b4e !important;
}
}