Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
updated button syntax
  • Loading branch information
IMDANIELAUSTIN authored Jan 25, 2024
1 parent 71553f9 commit c2abe64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ header, .wrap {
}

.button:hover, .button:active {
background-color: (#1e1e1e);
background-color: (transparent);
color: (#ff0000);
}

.button a {
background-color: transparent;
color: (#1e1e1e);
color: (#ffffff);
}
@media (max-width: 1000px) {
.wrap {
Expand Down Expand Up @@ -616,11 +616,12 @@ u, hr {
}

a:link , a:visited {
background-color: #1e1e1e;
background-color: transparent;
color: #ffffff;
display: inline-block;
text-decoration: none;
text-align: center;

}

a:active, a:hover {
Expand Down

0 comments on commit c2abe64

Please sign in to comment.