Closed Skatterbrainz closed 5 years ago
I'd be fine with this addition. But, I think I'd prefer that it reads the style sheet and writes it into the header fully vs referencing an external style sheet. That way you don't have to worry about it dragging another file around with it. Keeps it more portable. What are your thoughts on this? Then in future revisions, can look at pulling more into the header from the hard coded locations. Also assign classes throughout so styling could be that much easier.
That makes very good sense to me as well.
I like the idea of an external CSS ingested into the final HTML.
Added StyleSheet parameter to support custom CSS formatting at runtime. Note: There is still a lot of hard-coded formatting throughout which should be moved to a central style table for easier maintenance.