Skip to content

Commit

Permalink
style gray
Browse files Browse the repository at this point in the history
  • Loading branch information
sildater committed Oct 9, 2024
1 parent 3876b79 commit e95f8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
.btn {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
background-color: #676e75;
color: white;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
}

.btn:hover {
background-color: #0056b3;
background-color: #4d5b69;
}

0 comments on commit e95f8fa

Please sign in to comment.