Hi!
I am using pn.serve(template, admin=True) to enable the admin panel.
I am interested in doing some rather small customization to the admin layout if possible.
-
I would like to start with the default theme and hide the buttons which allow the user to switch the theme.

-
I would like that in User profiling, the header would have a white background, to be more readable

-
I would like that in Logs, the header would have a white background, to be more readable

Can any of the above be achieved with panel 1.1.0?