Tweaks for https://prismjs.com/
Prism monospace by kisaragieffective
Details
Authorkisaragieffective
LicenseCC Zero
Categoryuserstyles
Created
Updated
Size294 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 Example
@namespace example.com
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
/* You can also use the following. */
@-moz-document regexp(".*") {
pre.prism > code {
font-family: monospace;
}
}