Browse Source

Merge pull request #1825 from Automattic/fix/#1819

Ixion: Fix footer widget background color issue
Daniel Dudzic 5 năm trước cách đây
mục cha
commit
949f4a3415
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ixion/style.css

+ 1 - 1
ixion/style.css

@@ -1449,7 +1449,7 @@ body {
 	padding: 3.2em 1.4em;
 }
 .footer-widgets .widget {
-	background: #fff;
+	background: transparent;
 	font-size: 16px;
 	padding: 0;
 }