有没有办法改变狮身人面像网页上字幕的颜色?我将:caption:
指令与toctree一起使用,但标题的颜色与侧边栏几乎相同。作为参考,这里是带有难以看到标题的页面的链接,这是我的索引文件:
Contents
============
.. toctree::
:caption: User Documentation
:maxdepth: 2
overview
installation
tutorial
.. toctree::
:maxdepth: 2
:caption: Developer Documentation
dev/conventions
dev/enviroment
dev/docs
dev/site
doc/modules
* :ref:`genindex`
* :ref:`modindex`
.. toctree::
:maxdepth: 2
:caption: Support
trouble/faq
trouble/issuetracker
trouble/contact