Skip to content

Commit

Permalink
alwen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Cheikh committed May 5, 2024
1 parent de9cf53 commit bbf326d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body {
.back-button{
position: fixed;
top: 20px;
background-color: #2e007d;
background-color: #1482ff;
color: #ffffff;
border: none;
border-radius: 5px;
Expand All @@ -43,7 +43,7 @@ body {
text-align: center;
}
.back-button i:hover{
color: green;
color: rgb(255, 255, 255);
font-size: larger;
}

Expand Down

0 comments on commit bbf326d

Please sign in to comment.