Update style.css

This commit is contained in:
Games-From-Flash 2022-04-08 11:04:14 -04:00 committed by GitHub
parent 93e72658c8
commit 7d12b9a2e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,12 +61,14 @@ header {
.nav__links button { .nav__links button {
display: inline-block; display: inline-block;
padding: 10px 10px; padding: 10px 10px;
border: 5px solid #6186c2; border: 0px solid #6186c2;
background-color: rgba(0, 0, 0, 0);
font-size: 20px;
color: #b5b7eb;
} }
.nav__links button:hover { .nav__links button:hover {
background-color:#6186c2; color: #ffffff;
border: 5px solid #81a1d6;
} }