code font size
cache.one by 156
Details
Author156
LicenseNo License
Categorycode
Created
Updated
Size270 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 cache.one
@version 20221010.13.33
@namespace userstyles.world/user/156
@description code font size
@author 156
@license No License
==/UserStyle== */
@-moz-document domain("cache.one") {
pre code {
font-size: 16px;
}
}