Browse Source

Ixion: Fix footer widget background color issue

Niels Lange 5 years ago
parent
commit
ac039ce6b7
1 changed files with 1 additions and 1 deletions
  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;
 }