Updates to fix blacked out text and comments.
New Dev's Dark StackOverflow by kashifpk
Details
Authorkashifpk
LicenseNo License
Categorystackover dark
Created
Updated
Size273 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 protobuf.dev
@version 20230330.14.27
@namespace ?
==/UserStyle== */
@-moz-document domain("protobuf.dev") {
body {
background-color: #222;
color: #ccc;
}
div.alert {
background-color: #1c1b1b;
color: #dfdede;
}
}