浏览代码

Ixion: Fix footer widget background color issue

Niels Lange 5 年之前
父节点
当前提交
ac039ce6b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }