.. | ||
dk-theme | ||
docs | ||
github | ||
godopu | ||
godopu-dark | ||
nya-dark | ||
rfc | ||
.gitignore | ||
dk-theme.css | ||
github.css | ||
godopu-dark.css | ||
godopu.css | ||
godopu.rfc.css | ||
nya-dark.css | ||
Readme.md | ||
rfc.css |
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
}