Skip to content

Commit

Permalink
improve_theme_button
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebzaki-07 committed Aug 7, 2024
1 parent c8a3847 commit df3f3ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav {
width: 100%;
background-color: #212ea0;
font-size: 14px;
padding: 10px 0;
padding: 2px 0;
position: fixed;
top: 0;
border-bottom: 2px solid white;
Expand All @@ -21,6 +21,7 @@ nav.container1 p {
color: #edf2f2;
display: flex;
align-items: center;
justify-content: center;
}

.logo {
Expand Down Expand Up @@ -187,6 +188,8 @@ nav a {
background-color: #ffffff;
padding: 0;
transition: box-shadow 0.3s, background 0.3s;
margin-top: 10px;

}

.theme-toggle-button img {
Expand Down

0 comments on commit df3f3ef

Please sign in to comment.