mkdocs / mkdocs-bootstrap

MkDocs Bootstrap Theme
http://mkdocs.github.io/mkdocs-bootstrap/
BSD 2-Clause "Simplified" License
84 stars 38 forks source link

TOC text is invisible unless hovered on #33

Closed martin-martin closed 9 months ago

martin-martin commented 3 years ago

I tested the theme with a minimal setup, here's my mkdocs.yaml file:

site_name: Test
site_description: Test Bootstrap Theme
site_author: Anonymous
theme:
  name: bootstrap
  shortcuts:
    help: 191    # ?
    next: 78     # n
    previous: 80 # p
    search: 83   # s

The resulting navigation of the theme is hard to use because the text is blue on blue:

bootstrap

Any ideas why that might be happening? Thanks!

machow commented 2 years ago

The wheel uploaded to PyPI has an extra css file in it...

@waylan is there any chance you can publish a patch to PyPI with a clean build?

edit: here's the unzip output I used to check (after downloading the wheel from PyPI)

image

waylan commented 9 months ago

This appears to be a duplicate which was fixed in version 1.1.1.