diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-06 18:52:58 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-24 10:11:51 -0700 |
commit | 4fe3ad2220996354b7f096cbd2d3000caf5cfdf0 (patch) | |
tree | 0e9ee004815c73a8131a1a9d09f1f2e82e32da88 /sites/shared_conf.py | |
parent | 7a709498dce3d75d5c8125270760305ac1354a44 (diff) |
Nuke Fab-oriented link color override
Diffstat (limited to 'sites/shared_conf.py')
-rw-r--r-- | sites/shared_conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py index c61ca638..c265fc49 100644 --- a/sites/shared_conf.py +++ b/sites/shared_conf.py @@ -14,9 +14,6 @@ html_theme_options = { 'github_repo': 'paramiko', 'gittip_user': 'bitprophet', 'analytics_id': 'UA-18486793-2', - - 'link': '#3782BE', - 'link_hover': '#3782BE', } html_sidebars = { '**': [ |