summaryrefslogtreecommitdiff
path: root/doc/theming.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-05 10:41:02 +0200
committerGeorg Brandl <georg@python.org>2009-06-05 10:41:02 +0200
commitf2766ddd5437cb2e31450eda778e7def5bcc564d (patch)
tree988894e5f74507642c6af407c6d30566e5c18a59 /doc/theming.rst
parent574afe14a9971af00fa3aecd170ac43f96bf21b2 (diff)
downloadsphinx-f2766ddd5437cb2e31450eda778e7def5bcc564d.tar.gz
#193: Added a ``visitedlinkcolor`` theme option to the default theme.
Diffstat (limited to 'doc/theming.rst')
-rw-r--r--doc/theming.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/theming.rst b/doc/theming.rst
index d1d3b27a..5b4b648c 100644
--- a/doc/theming.rst
+++ b/doc/theming.rst
@@ -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.