Open nitodico opened 3 years ago
The idea gettting custom CSS themes is possible? i was doing some testing and somewhere on line 3652 i just added
if(file_exists(__DIR__."/custom.css")) echo file_get_contents("custom.css");
Adding a single line could lead to designers to submit custom CSS themes
The same goes for custom.js .
I could do a pull request of both. Would that be okay?
The idea gettting custom CSS themes is possible? i was doing some testing and somewhere on line 3652 i just added
if(file_exists(__DIR__."/custom.css")) echo file_get_contents("custom.css");
Adding a single line could lead to designers to submit custom CSS themes