Skip to content

Commit

Permalink
fix button color
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiGong-dev committed Jan 11, 2022
1 parent 4a54772 commit 3110918
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ display: none;
border-radius: 6px;
box-shadow: var(--bs-grey-large);
font-weight: bold;
color: black;


}
Expand All @@ -464,6 +465,7 @@ display: none;
border-radius: 6px;
box-shadow: var(--bs-yellow);
font-weight: bold;
color: black;


}
Expand Down Expand Up @@ -638,6 +640,7 @@ display: none;
row-gap: 1.5em;
width: 100%;



}
.intro__content__buttons__vs-cpu,
Expand All @@ -657,6 +660,7 @@ display: none;
font-weight: bold;
letter-spacing: 0.125em;
width: 100%;
color: black;
}

.intro__content__buttons__vs-player {
Expand Down

0 comments on commit 3110918

Please sign in to comment.