Restyle dropdown per updated figma

This commit is contained in:
mDuo13
2020-08-19 18:36:43 -07:00
parent 7934bb53d4
commit 366738f8ab
5 changed files with 7 additions and 15 deletions

View File

@@ -108,10 +108,11 @@ $body-color: $white;
$headings-color: $white;
$text-muted: $gray-200;
$breadcrumb-bg: $black;
$dropdown-bg: rgba(34,37,43,0.8);
$dropdown-bg: rgba(0,0,0,0.9);
$dropdown-divider-bg: $black;
$dropdown-border-color: $gray-900;
$dropdown-color: $secondary;
$dropdown-link-color: $white;
$dropdown-link-hover-color: $primary;
$dropdown-link-hover-bg: transparent;
$dropdown-link-hover-bg: $gray-900;
$dropdown-link-active-bg: transparent;