jerrykuku / luci-theme-argon

Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic and manual switching between light and dark modes.
Apache License 2.0
3.85k stars 773 forks source link

luci-mod-dashboard CSS fixes #460

Closed Ridog closed 7 months ago

Ridog commented 7 months ago

This fixes a long standing issue with luci-mod-dashboard where the dashboard will not properly adopt the CSS styling from a given theme because it supplies it's own css file: #305

I've fixed this by overriding some of the custom CSS provided by luci-mod-dashboard to make it play nice with both dark and light mode in argon.

Happy to answer any questions.

muink commented 7 months ago

The patch #457 was broken because of this patch Could you please fix it?

Ridog commented 7 months ago

My bad I'll take a look today.

muink commented 7 months ago

Thanks🥰