black blackground, white text. Highlighting not affected.
beej.us dark theme by v1ctor13
Details
Authorv1ctor13
LicenseNo License
Categorybeej
Created
Updated
Size446 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 beej.us dark theme
@version 20220513.20.34
@namespace userstyles.world/user/v1ctor13
@description black blackground, white text. Highlighting not affected.
@author v1ctor13
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://beej.us/guide/bgnet/") {
body {
background-color: black;
color: white;
}
body a {
color: cyan;
}
body a:visited {
color: pink;
}
}