#193: Added a `visitedlinkcolor` theme option to the default theme.

This commit is contained in:
Georg Brandl
2009-06-05 10:41:02 +02:00
parent 783a05ca6e
commit 4e535fec91
4 changed files with 10 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ Sphinx comes with a selection of themes to choose from:
- **bgcolor** (CSS color): Body background color.
- **textcolor** (CSS color): Body text color.
- **linkcolor** (CSS color): Body link color.
- **visitedlinkcolor** (CSS color): Body color for visited links.
- **headbgcolor** (CSS color): Background color for headings.
- **headtextcolor** (CSS color): Text color for headings.
- **headlinkcolor** (CSS color): Link color for headings.