Skip to content

Commit 8c04ba6

Browse files
author
Dave Abrahams
committed
Docs: switch links to a subtler color
Red hurts text readability when it occurs inline Swift SVN r25303
1 parent c7f8db1 commit 8c04ba6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: docs/conf.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,12 @@
9999
# Theme options are theme-specific and customize the look and feel of a theme
100100
# further. For a list of options available for each theme, see the
101101
# documentation.
102-
#html_theme_options = {}
102+
html_theme_options = {
103+
# Red links are a bit too garish
104+
"linkcolor" : "#577492",
105+
"visitedlinkcolor" : "#577492",
106+
"hoverlinkcolor" : "#551A8B"
107+
}
103108

104109
# Add any paths that contain custom themes here, relative to this directory.
105110
html_theme_path = ["."]

0 commit comments

Comments
 (0)