From 9c45c7da758476bb9e5ff288fa3ce6cfad522876 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 19 Sep 2013 17:35:53 +0000 Subject: [PATCH] Twenty Fourteen: change the background color of author's avatars in comments to black. Props iamtakashi, fixes #25309. git-svn-id: https://develop.svn.wordpress.org/trunk@25500 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/inc/customizer.php | 1 - src/wp-content/themes/twentyfourteen/style.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/inc/customizer.php b/src/wp-content/themes/twentyfourteen/inc/customizer.php index 16ad4ba844..38ddb07032 100644 --- a/src/wp-content/themes/twentyfourteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfourteen/inc/customizer.php @@ -131,7 +131,6 @@ function twentyfourteen_customizer_styles() { input[type="submit"]:focus, .header-extra, .search-toggle, - .bypostauthor .avatar, .widget-area button, .widget-area html input[type="button"], .widget-area input[type="reset"], diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 5fbe53cfc4..baf492bf3e 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -1875,7 +1875,7 @@ span > object { height: 1.8rem; } .bypostauthor .avatar { - background-color: #24890d; + background-color: #000; } .says { display: none;