summaryrefslogtreecommitdiff
path: root/darkly/_variables.scss
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-04-29 22:42:10 -0400
committerThomas Park <thomas@thomaspark.co>2015-04-29 22:42:10 -0400
commitbd7be8d96ff2f4a7508acfca277cce95923532f6 (patch)
tree716ef4cc14465ca76a5c3e77767c1d28996a744e /darkly/_variables.scss
parentc9f934b42e2aa8ac805e6a9bc9f8abd1fed82efe (diff)
darkly: darken dropdown bg, change active component bg
Diffstat (limited to 'darkly/_variables.scss')
-rw-r--r--darkly/_variables.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/darkly/_variables.scss b/darkly/_variables.scss
index 45bb6a7c..62280d6f 100644
--- a/darkly/_variables.scss
+++ b/darkly/_variables.scss
@@ -109,7 +109,7 @@ $border-radius-small: 3px;
//** Global color for active items (e.g., navs or dropdowns).
$component-active-color: #fff;
//** Global background color for active items (e.g., navs or dropdowns).
-$component-active-bg: $brand-success;
+$component-active-bg: $brand-primary;
//** Width of the `border` for generating carets that indicator dropdowns.
$caret-width-base: 4px;
@@ -227,16 +227,16 @@ $cursor-disabled: not-allowed;
//## Dropdown menu container and contents.
//** Background for the dropdown menu.
-$dropdown-bg: #fff;
+$dropdown-bg: $gray-dark;
//** Dropdown menu `border-color`.
$dropdown-border: rgba(0,0,0,.15);
//** Dropdown menu `border-color` **for IE8**.
$dropdown-fallback-border: #ccc;
//** Divider color for between dropdown items.
-$dropdown-divider-bg: #e5e5e5;
+$dropdown-divider-bg: $gray;
//** Dropdown link text color.
-$dropdown-link-color: $brand-primary;
+$dropdown-link-color: $gray-lighter;
//** Hover color for dropdown links.
$dropdown-link-hover-color: #fff;
//** Hover background for dropdown links.