typora-forest-theme
typora-forest-theme copied to clipboard
another typora theme
Results
11
typora-forest-theme issues
Sort by
recently updated
recently updated
newest added
引用中的代码块行距太小 建议将`forest.css`中的`blockquote`的`line-height: 1;`去掉 ```css /* quote */ blockquote { position: relative; padding: 1rem; background-color: var(--quote-bg-color); border-radius: 6px; line-height: 1; } ```