Selaa lähdekoodia

Ixion: Fix footer widget background color issue

Niels Lange 5 vuotta sitten
vanhempi
commit
ac039ce6b7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
 }