-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe your feature request
I love how this theme is sized and the general feel. It makes a delightful and legible experience that resonates with me, however, I'd like to see code sizes shrink slightly.
Proposed Solution
I add this CSS manually to my machine and perhaps it might be helpful for others seeking to do the same:
/* Set code to a smaller size*/
.cm-s-obsidian .HyperMD-codeblock {
font-size: var(--font-smaller);
}
/* Set PDF code print size smaller */
@media print {
pre > code {
font-size: 10pt !important;
}
}Additional Context
Here is a screenshot of it working in conjunction with the Code Styler plugin:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
