Skip to content

Commit 0869c67

Browse files
committed
changed background color nav back to original
1 parent 545f2ae commit 0869c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ html {
133133

134134
.nav {
135135
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
136-
background-color: white;
136+
background-color: #eff2f7;
137137
height: 100px;
138138
padding: 0px 24px;
139139
display: flex;

src/components/Nav.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.nav {
22
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
3-
background-color: white;
3+
background-color: #eff2f7;
44
height: 100px;
55
padding: 0px 24px;
66
display: flex;

0 commit comments

Comments
 (0)