Skip to content

Dark Beej's Guide - 2024 Edition by therippa

Screenshot of Dark Beej's Guide - 2024 Edition

Details

Authortherippa

LicenseCC0-1.0

Categorybeej.us

Created

Updated

Size726 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Updated to work in 2024

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dark Beej's Guide to Network Programming
@namespace    USO Archive
@author       prz
@description  An easier on the eyes theme for us reading at night
@version      20170302.18.47
@license      CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://beej.us/guide") {
    body {
        background-color: #333;
        color: #bbb;
    }
    a, a.link {
        color: #6ca4b3;
    }

    a:visited {
        color: #456b75;
    }

    div.sourceCode, code:not(.sourceCode) {
        background-color: #1e1f22;
        margin: 0 3px;
        padding: 5px;
    }
    pre.sourceCode {
        filter: brightness(215%);
    }
    h1, h2, h3 {
        color: #ced0d6;
    }

}

Reviews

No reviews yet.