Simple overwrite of sample code color for learn.chef.io. I was having trouble reading the text since they're using a very light color for code samples on white.
learn.chef.io darker code by eojhet
Details
Authoreojhet
LicenseNo License
Categorylear.chef.io
Created
Updated
Size394 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 chef.io - 9/28/2023, 2:41:24 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("chef.io") {
.xmodule_display.xmodule_HtmlBlock code[class*="language-"],
.xmodule_display.xmodule_HtmlBlock pre[class*="language-"] {
color: #444;
}
}