bowman2001 / perplex

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

Split color scheme CSS from screen.css #144

Closed danielfdickinson closed 10 months ago

danielfdickinson commented 10 months ago

This makes it easier for users to create custom colour schemes

sonarcloud[bot] commented 10 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 10 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 10 months ago

Thank, and will do.