Extension for editing administration using CSS 💻
Hi, I would like to ask if any developer would be able to create a completely simple extension where the user could insert their own CSS for recolor administration.
In the classic Flarum, this is solved as follows:
Add this line inextend.php
(new Extend\Frontend('admin'))
->css(__DIR__ . '/admin.less'),
And next create file admin.less
and here add custom admin css styles.
But for users using FreeFlarum this option does not exist.
I also host one page on FreeFlarum and I do not have access to the files there and this extension would be great.
The simplest would be if Flarum himself had this option at its core.
Thank you very much