summaryrefslogtreecommitdiff
path: root/usr/share/webapps/cgit/mycgit.css
AgeCommit message (Collapse)Author
2024-02-25mycgit.css change tab-size from default 8 to 4Xiao Pan
https://www.w3schools.com/cssref/css3_pr_tab-size.php
2024-02-25cgit syntax highlight using mycgit.cssXiao Pan
mycgit.css import cgit.css and highlight.css. Because cgit.css is not a pacman backup file and it will be overwritten once cgit update. I can also update highlight.css automatically via pacman hook or `upd`. Also, I think `highlight` not using `--inline-css` maybe is a better way performance wise and more elegant (less messy generated html source code).