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

Commit bdb164f

Browse files
Correct navbar background on desktop
1 parent b520f54 commit bdb164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default {
122122
width: 80%;
123123
display: flex;
124124
justify-content: space-around;
125-
background: #f7f9ff;
125+
background: #fff;
126126
span {
127127
font-size: 17px;
128128
cursor: pointer;

0 commit comments

Comments
 (0)