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

Commit 5d7dba3

Browse files
feature(app-nav-header): update nav to be solid black
1 parent 9f9111a commit 5d7dba3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
nav {
2+
background: rgba(23, 23, 25, 1);
3+
}
4+
15
nav.navbar .navbar-nav .nav-item {
26
text-align: right;
37

@@ -6,18 +10,18 @@ nav.navbar .navbar-nav .nav-item {
610

711
.dropdown-menu {
812
border: none;
9-
background: rgba(23, 23, 25, 0.75);
13+
background: rgba(23, 23, 25, 1);
1014
top: 54px;
1115
border-top-left-radius: 0;
1216
border-top-right-radius: 0;
1317
}
1418

1519
.dropdown-item {
16-
color: rgba(244, 245, 249, 0.75);
20+
color: rgba(244, 245, 249, 1);
1721
text-align: right;
1822

1923
&:hover {
20-
background: rgba(23, 23, 25, 0.75);
24+
background: rgba(23, 23, 25, 1);
2125
}
2226

2327
&.active {

0 commit comments

Comments
 (0)