bowman2001 / perplex

A Hugo theme to publish technical content (docs, news, blog, articles)
https://perplex.desider.at
Apache License 2.0
27 stars 11 forks source link

Split color scheme CSS from screen.css #144

Closed danielfdickinson closed 8 months ago

danielfdickinson commented 8 months ago

This makes it easier for users to create custom colour schemes

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

bowman2001 commented 8 months ago

I like the idea of an optional custom color scheme. But we need to separate the handling of CSS properties (variables) from the handling of additional classes.

CSS properties need to be placed near the top of the resulting stylesheet. Custom classes which may override existing ones need to follow a the bottom.

Please raise issues for your feature requests before submitting pull requests.

danielfdickinson commented 8 months ago

Thank, and will do.