浏览代码

#6447: Pique: Remove border-top from social icons (#6641)

Bob Matyas 2 年之前
父节点
当前提交
00b33f1af2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pique/style.css

+ 1 - 1
pique/style.css

@@ -1799,7 +1799,7 @@ blockquote
 	margin: 0;
 	padding: 0;
 }
-.widget ul a {
+.widget ul:not(.wp-block-social-links) a {
 	border-top: 1px solid rgba(233, 213, 192, 0.5);
 	color: #2d2a26;
 	display: block;