CTY now supports using a custom CSS for the HTML output
Hey folks.
My tool, cty1 now supports adding custom CSS to the HTML output. In an effort to prevent cross-site scripting and other CSS nasties the CSS is pretty limited, sanitized and escaped.
Using --css-file
now, it’s possible to give it a CSS file that will overwrite everything inside the main HTML file.
This allows you to add any customization that you would like to apply to the end result during generation. No more
post processing, post editing necessary.
You can read more about it here2.
Enjoy! Thanks for reading, Gergely.