typora-installer/themes/Readme.md

548 B

title
make custom theme

The built-in CSS will be replaced after update / reinstall, DO NOT MODIFY THEM.

Reffer https://support.typora.io/Add-Custom-CSS/ when you want to modify those CSS. Reffer https://support.typora.io/About-Themes/ if you want to create / install new themes.

file-tree-node 높이 수정하기

File-tree-node height 수정하기

#typora-sidebar .file-tree-node .file-node-content {
    padding: 0rem;
    line-height: 2.2rem;
    height: 2.2rem;
    background: none;
    opacity : 0.6
}