diff --git a/ebaii/static/css/ifb-patch.css b/ebaii/static/css/ifb-patch.css
index 6bd2be163cde3bca034408ff409158dbdd68af41..55473195096b7ab5bb54f14d33e7e2b89f02df70 100644
--- a/ebaii/static/css/ifb-patch.css
+++ b/ebaii/static/css/ifb-patch.css
@@ -13,7 +13,4 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
 header nav.header__top a,
 header {
     font-family: Comfortaa !important;
-}
-footer.footer>.inner-wrap>.footer__section>.text-muted{
-    color:white!important;
 }
\ No newline at end of file
diff --git a/setup.py b/setup.py
index aeaf77170e5bd6ad1bb93e4f009c0c648e38f3d0..3732d6729f3b7413d67c74e67e51d7247bf985bc 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
 
 setup(
     name='ebaii-theme',
-    version='1.1',
+    version='1.2',
     description='EBAII theming for django-basetheme-bootstrap',
     long_description=readme,
     author='Bryan Brancotte',