From 310d8eb83d6303ef1b02ef063c2556b8b54cbb0b Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 20 Oct 2020 17:33:46 +0000 Subject: [PATCH] Twenty Thirteen: Prevent incorrect link color within the Social Icon block. Props amolv, shital-patel, poena, davidbaumwald. Fixes #50809. git-svn-id: https://develop.svn.wordpress.org/trunk@49240 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentythirteen/style.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/wp-content/themes/twentythirteen/style.css b/src/wp-content/themes/twentythirteen/style.css index 8db82faf0e..3f8d87ecc4 100644 --- a/src/wp-content/themes/twentythirteen/style.css +++ b/src/wp-content/themes/twentythirteen/style.css @@ -1135,16 +1135,6 @@ ul.nav-menu .focus > ul, word-wrap: break-word; } -.entry-content a, -.comment-content a { - color: #bc360a; -} - -.entry-content a:hover, -.comment-content a:hover { - color: #ea9629; -} - .entry-content .more-link { white-space: nowrap; }