dark version of the quibes-os.org website
qubes-os.org dark by majorbarnulf
Details
Authormajorbarnulf
LicenseNo License
Categoryuserstyles qubes-os.org dark
Created
Updated
Size981 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
please make a new one, mine is so bad
Source code
/* ==UserStyle==
@name qubes-os.org dark
@version 20220110.02.19
@namespace userstyles.world/user/majorbarnulf
@description dark version of the quibes-os.org website
@author majorbarnulf
@license No License
==/UserStyle== */
@-moz-document domain("qubes-os.org") {
body {
background-color: #212121;
color: #ddd;
}
p {
color: #ddd;
}
code, pre.highlight, .alert {
background-color: #343434;
color: white;
}
h1, h2, h3, .page-content h1, .page-content h2, .page-content h3, div.featured-quotes blockquote {
color: #ccc;
filter: unset !important;
}
.outer-heading, .remove-bottom, .footer-nav {
filter: invert(1);
}
article tr:nth-child(even) {
background-color: #313131;
}
article td, article th {
border-color: #777 !important;
}
article tr:hover {
background-color: #343434;
}
.home-banner, nav.navbar, .page-source-link {
filter: invert(0.8);
}
nav.navbar img {
filter: invert(1.2);
}
}