leaf-hsiao / catfish

A typora markdown theme
112 stars 38 forks source link

Change task list style #15

Open Codeprh opened 3 years ago

Codeprh commented 3 years ago

The system I use is MacOS, and I like catfish theme very much, but when I insert the task list, I found that the task list css theme is too ugly. I look at the .css file, the default is .task-list-item input { top: 3px; left: 8px; }, I suggest changing to .task-list-item input { top: 0.1px; left: 0.1px; }

horizonSky commented 3 years ago

thanks for share