瀏覽代碼

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

Niels Lange 5 年之前
父節點
當前提交
a7b1d01bd4
共有 1 個文件被更改,包括 1 次插入2 次删除
  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;
 }