Dark css style for this page with documentation on Chromium / Chrome commandline options. Meant for use with the Stylus browser extension for Firefox and Chromium/Chrome.
peter.sh by devolt
Details
Authordevolt
LicenseWTFPL - http://www.wtfpl.net/about/
Categorypeter.sh
Created
Updated
Size960 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Instructions
Get Stylus and install the style, by using the “find styles” feature.
—
Changelog
v1
- Created initial version. Should work for most pages, but maybe I missed something. If there’s a problem, feel free to edit this css and upload an improved version. No need to credit the original author or anything.
Source code
/* ==UserStyle==
@name peter.sh
@version 20211130.03.12
@namespace userstyles.world/user/devolt
@description Dark css style for this page with documentation on Chromium / Chrome commandline options. Meant for use with the Stylus browser extension for Firefox and Chromium/Chrome.
@author devolt
@license WTFPL - http://www.wtfpl.net/about/
==/UserStyle== */
@-moz-document domain("peter.sh") {
html, body {
background-color: #1e1e1e !important;
color: white !important;
background-image:none;
}
h1, h2, h3, h4, h5, h6 {
color: white !important;
background-color: #1e1e1e !important;
}
li, p, div, span {
color: white !important;
background-color: #1e1e1e !important;
}
a {
color: #00fff7 !important;
}
a:visited {
color: #4f00be !important;
}
.overview-table tr:nth-of-type(2n+1) td {
background-color:#414141;
}
#page-header a.active, #page-header li a {
background-color: #414141
}
}