Browse Source

Shoreditch: Replace “box-shadow” with “text-decoration”

Niels Lange 5 years ago
parent
commit
a7b1d01bd4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      shoreditch/style.css

+ 1 - 2
shoreditch/style.css

@@ -1066,12 +1066,11 @@ a:hover {
 .site-info a:focus,
 .site-info a:hover,
 .taxonomy-description a {
-	box-shadow: 0 1px 0 0;
+	text-decoration: underline;
 }
 
 .comment-content a.no-shadow,
 .entry-content a.no-shadow,
-.entry-content .wp-block-image a,
 .entry-summary a.no-shadow {
 	box-shadow: none;
 }