mdocs-style.css is clobbering theme CSS
-
One of the recent updates to Memphis Docs added some global CSS declarations to mdocs-style.css — These CSS rules are clobbering a lot of our theme’s CSS because you have the !important specificity applied.
I was unable to over-ride this with our own CSS so I had to manually edit the mdocs-style.css file to comment out the following line:
html { font-size: inherit !important; }Which appears at the very end of the CSS document.
Please review your CSS and determine if this can be removed, so that your future updates don;t introduce this issue again.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘mdocs-style.css is clobbering theme CSS’ is closed to new replies.