diff --git a/src/wp-admin/css/theme.css b/src/wp-admin/css/theme.css index 2dea3df8c9..8010ae5b99 100644 --- a/src/wp-admin/css/theme.css +++ b/src/wp-admin/css/theme.css @@ -273,7 +273,10 @@ .theme.display-author .theme-author { display: block; } - +.theme.display-author .theme-author a { + color: inherit; + text-decoration: none; +} /* * Experiment: allows to scroll through the whole theme @@ -628,6 +631,7 @@ body.theme-overlay-open { margin: 15px 0 25px; } .theme-overlay .theme-author a { + color: inherit; text-decoration: none; } .theme-overlay .theme-description {