diff --git a/wp-content/themes/twentyeleven/colors/dark.css b/wp-content/themes/twentyeleven/colors/dark.css index 5ebdb256d..5020f5760 100644 --- a/wp-content/themes/twentyeleven/colors/dark.css +++ b/wp-content/themes/twentyeleven/colors/dark.css @@ -57,6 +57,11 @@ a { #site-title a { color: #eee; } +#site-title a:hover, +#site-title a:focus, +#site-title a:active { + color: #e4741f; +} #site-description { color: #858585; } @@ -92,7 +97,9 @@ a { .entry-title a { color: #ddd; } -.entry-title a:hover { +.entry-title a:hover, +.entry-title a:focus, +.entry-title a:active { color: #e4741f; } .entry-meta { @@ -133,7 +140,9 @@ a { background: #555; color: #000; } -.entry-meta .edit-link a:hover { +.entry-meta .edit-link a:hover, +.entry-meta .edit-link a:focus, +.entry-meta .edit-link a:active { background: #888; } @@ -161,7 +170,9 @@ a { border-color: #222; color: #888; } -.entry-header .comments-link a:hover { +.entry-header .comments-link a:hover, +.entry-header .comments-link a:focus, +.entry-header .comments-link a:active { background: #888; border-color: #aaa; color: #000; diff --git a/wp-content/themes/twentyeleven/inc/theme-options.php b/wp-content/themes/twentyeleven/inc/theme-options.php index 6da9ac6be..213048d14 100644 --- a/wp-content/themes/twentyeleven/inc/theme-options.php +++ b/wp-content/themes/twentyeleven/inc/theme-options.php @@ -311,7 +311,12 @@ function twentyeleven_print_link_color_style() {