Skip to content

beej.us dark theme by v1ctor13

Screenshot of beej.us dark theme

Details

Authorv1ctor13

LicenseNo License

Categorybeej

Created

Updated

Size446 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

black blackground, white text. Highlighting not affected.

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;
}
}

Reviews

No reviews yet.