Skip to content

Commit

Permalink
btn link hover styling
Browse files Browse the repository at this point in the history
  • Loading branch information
monzanifabio committed Dec 1, 2024
1 parent 346ac35 commit 4540a4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ body {

.btn-link {
color: var(--accent-pink);
border: none;
border-radius: 0px;
}
.btn-link:hover {
color: var(--accent-pink);
opacity: 0.8;
}

#messagesContainer {
Expand Down

0 comments on commit 4540a4a

Please sign in to comment.