adjusting background color
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 20:21:12 +0000 (15:21 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 9 Dec 2015 20:21:12 +0000 (15:21 -0500)
style.css

index 18d88af..03d59a0 100644 (file)
--- a/style.css
+++ b/style.css
@@ -39,12 +39,12 @@ Text Domain:        galleria
     display: none;
 }
 @media (max-width: 800px ){
-    .nivo-caption{
+   .theme-default .nivo-caption{
         background: transparent !important;
     }
 }
 
-.nivo-caption{
+.theme-default .nivo-caption{
     background: rgb(99, 133, 73);
     position: inherit !important;
 }