Skip to content

cs50.harvard.edu by thewebmasterp

Details

Authorthewebmasterp

LicenseNo License

Categorycs50

Created

Updated

Size421 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for CS50 Harvard's course

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         cs50.harvard.edu
@version      20220409.19.59
@namespace    userstyles.world/user/thewebmasterp
@description  Dark theme for CS50 Harvard's course
@author       thewebmasterp
@license      No License
==/UserStyle== */

@-moz-document domain("cs50.harvard.edu") {
body {
    background-color: rgb(33, 37, 41);
    color: #FFFFFF;
}

a {
    color: #ff4d67;
}

code {
    color: #000000;
}

}

Reviews

No reviews yet.