When viewing content with admin menu on top my theme css rules override the admin theme for the links in the admin menu. What's the easiest way to cancel that effect?

Comments

portulaca’s picture

Category: support » feature

I added this to my theme, it might help to include it in the admin_toolbar.css to make sure it always overrides on-site link styles (on my site the links have a lightly-colored backgrounds so with white text it wasn't readable)

div#admin-toolbar a{background-color:transparent;}