https://github.com/siddhpant/typora-user-css
Personal base.user.css modifications for Typora
https://github.com/siddhpant/typora-user-css
typora typora-css typora-theme user-config
Last synced: 8 months ago
JSON representation
Personal base.user.css modifications for Typora
- Host: GitHub
- URL: https://github.com/siddhpant/typora-user-css
- Owner: siddhpant
- License: mit
- Created: 2023-12-10T13:21:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T13:30:09.000Z (over 2 years ago)
- Last Synced: 2025-05-04T21:17:11.502Z (about 1 year ago)
- Topics: typora, typora-css, typora-theme, user-config
- Language: CSS
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal base.user.css modifications for Typora
For each stuff/css change, there is its own file in `base.user.css.d` folder.
I make use of import statements to put them into main css file, and thus I can easily comment out things I don't want without bothering about large blocks of css.
See `base.user.css` for an example.
---
Putting this in a repo instead of a gist since gist does not support directories.