Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 5246478

Browse files
fix(app-nav-header): update colors
1 parent 7a48177 commit 5246478

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/app-nav-header/app-nav-header.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nav {
1+
nav.navbar {
22
background: rgba(23, 23, 25, 1);
33
}
44

@@ -10,18 +10,18 @@ nav.navbar .navbar-nav .nav-item {
1010

1111
.dropdown-menu {
1212
border: none;
13-
background: rgba(23, 23, 25, 1);
13+
background: rgba(23, 23, 25, 0.75);
1414
top: 54px;
1515
border-top-left-radius: 0;
1616
border-top-right-radius: 0;
1717
}
1818

1919
.dropdown-item {
20-
color: rgba(244, 245, 249, 1);
20+
color: rgba(244, 245, 249, 0.75);
2121
text-align: right;
2222

2323
&:hover {
24-
background: rgba(23, 23, 25, 1);
24+
background: rgba(23, 23, 25, 0.75);
2525
}
2626

2727
&.active {

0 commit comments

Comments
 (0)