just changes the background to darker grey and some of the text to white
cs50 manual dark mode by Duck
Details
AuthorDuck
LicenseNo License
Categoryhttps://manual.cs50.io/
Created
Updated
Size386 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 cs50-manual-dark-mode
@version 20240722.04.43
@namespace ?
==/UserStyle== */
@-moz-document domain("https://manual.cs50.io/") {
body {
background-color: #212121;
}
span {
color: #ffffff;
}
p {
color: #ffffff;
}
.language-plaintext.highlighter-rouge {
color: #000000;
}
#q {
background-color: #d1d1d1;
}
}