Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Ajustes en el botón de ver página.
Browse files Browse the repository at this point in the history
Ajustes en el color.
  • Loading branch information
afestupinanp committed Aug 29, 2021
1 parent bb3db69 commit 8062192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ html, body {
padding: 5px;
background-color: white;
transition: 0.2s background;
border: 1px solid #4dbdda;
color: #4dbdda;
border: 1px solid #1d6c80;
color: #1d6c80;
}

.btn:hover {
background-color: #4dbdda;
background-color: #1d6c80;
color: #FFF;
cursor: pointer;
}
Expand Down

0 comments on commit 8062192

Please sign in to comment.