Skip to content

Instantly share code, notes, and snippets.

@dsnopek
Created March 27, 2014 15:52
Show Gist options
  • Save dsnopek/9810709 to your computer and use it in GitHub Desktop.
Save dsnopek/9810709 to your computer and use it in GitHub Desktop.
--- a/php/sites/all/themes/openshift_theme/sass/_atrium.scss
+++ b/php/sites/all/themes/openshift_theme/sass/_atrium.scss
@@ -222,6 +222,11 @@ background-color: $red;
background-color: rgba(0,0,0,.1);
padding: .5em;
border-radius: 6px;
- }}
+ }
+ }
}
}
+
+#oa-navbar .panel-panel .pane-oa-navigation {
+ background-color: #111 !important;
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment