Closed Tonemon closed 6 months ago
I was running back through this since one of my recent commits caused a conflict.
I'm not certain that style.css was ever being referenced in the report using a link HTML tag anyhow. Am I missing something or was the CSS never referenced? I thought that a way-earlier commit may have removed it, but I'm not certain-- it sure looks like style.css was never referenced.
Assuming it wasn't and I'm not missing something obvious, I'd propose the following: 1) move the variable into the CSS 2) link the style.css file in html during report gen 3) add a command line argument to provide the path to an alternate css -- with the default being the one provided in repo.
resolved conflicts & addressed style.css link in #665
Moved the css_page variable to it's own style.css file for readability and maintainability.