I have a tomcat web app that I am developing that makes heavy use of javascript/jquery. There are times when the admin user of the application (we have users integrated with LDAP) would like to adjust some of the common display settings. For example, today he came to me and asked if I could reduce the font size of one of the heading's. This required me to modify the css for that heading class.
My question is, would there be a way to integrate a "Settings" page to my webapp, where the admin can modify things like font styles, sizes, and faces and have it update the CSS on the server? Something tells me that is a big security no-no, but I figured I would ask as I couldn't find anything from a web search.