Skip to content

Commit

Permalink
add style to app
Browse files Browse the repository at this point in the history
  • Loading branch information
JovanyAldair committed Dec 11, 2023
1 parent 0943b9b commit 869cd12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ background: linear-gradient(360deg, rgba(136, 153, 198, 0.712), rgb(224, 192, 18
padding-left: 20px;
border: 1px solid rgb(65, 144, 255);
}
.list a{
text-decoration: none;
color: rgb(65, 144, 255);
}

.list:hover{
border: 1px solid salmon;
transition-duration: 500ms;
}
.list a{
text-decoration: none;
color: rgb(65, 144, 255);
}
a:hover{
color: salmon;
}

.nav ul li{
display: inline-flex;
text-decoration: none;
Expand Down

0 comments on commit 869cd12

Please sign in to comment.