Skip to content

Commit

Permalink
Changed button font
Browse files Browse the repository at this point in the history
  • Loading branch information
JBakks committed Mar 6, 2024
1 parent f77429c commit cbb0679
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions css/5K24SPARK.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,14 @@ input[type="checkbox"] {
button {
flex: 1;
background-color:#2a57ea;
color: var(--text-color);
padding: 12px 20px;
color: white;
padding: 2px 15px;
margin: 0.2em;
font-size: 1em;
border: 4px double #e6de40;W
font-size: 2em;
border: 4px double;
border-color: #e6de40 !important;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
box-shadow: 0px 4px 6px rgb(e6de40);
}

button:hover {
Expand Down

0 comments on commit cbb0679

Please sign in to comment.