Skip to content
/ mkdocs Public
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 2.5k
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline CSS for headers in 'readthedocs' template #393

Closed
Mopster opened this issue Apr 2, 2015 · 1 comment · Fixed by #394
Closed

Inline CSS for headers in 'readthedocs' template #393

Mopster opened this issue Apr 2, 2015 · 1 comment · Fixed by #394
Labels
Milestone

Comments

@Mopster
Copy link

Mopster commented Apr 2, 2015

The headers of the 'readthedocs' theme have their colors overriden by css inside in the html pages making it unable to override the default css using a custom CSS file.

  <style>
    body {font-size: 90%;}
    pre, code {font-size: 100%;}
    h3, h4, h5, h6 {color: #2980b9; font-weight: 300}
  </style> 
@d0ugal d0ugal added the Bug label Apr 2, 2015
@d0ugal d0ugal added this to the 0.12.0 milestone Apr 2, 2015
@d0ugal
Copy link
Member

d0ugal commented Apr 2, 2015

Thanks!

d0ugal added a commit to d0ugal/mkdocs that referenced this issue Apr 2, 2015
This keeps all our downstream theme tweaks in once place. Fixes mkdocs#393
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants