Skip to content

Commit d1c1b7a

Browse files
committed
change navbar hover and font color
1 parent 196ede8 commit d1c1b7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Navbar/Navbar.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
}
2020

2121
.topnav a:hover {
22-
background-color: #ddd;
23-
color: black;
22+
background-color: #72B1E4;
23+
color: #f2f2f2;
2424
border-radius: 25px;
25-
border: #ddd;
25+
border: #72B1E4;
2626
block-size: auto;
2727
display: inline;
2828
}
@@ -38,4 +38,4 @@
3838
vertical-align:middle;
3939
height: 50px;
4040
display: inline-block;
41-
}
41+
}

0 commit comments

Comments
 (0)