Parcourir la source

Ixion: Fix footer widget background color issue

Niels Lange il y a 5 ans
Parent
commit
ac039ce6b7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 }