Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 19, 2024
1 parent 621a893 commit f434c62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions website/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,14 @@ button {
border-radius: 0.25rem;
background: #2f5f8b;
color: white;
font-family: -system-ui, sans-serif;
font-size: 1rem;
line-height: 1.2;
white-space: nowrap;
text-decoration: none;
padding: 0.25rem 0.5rem;
margin: 0.25rem;
cursor: pointer;
display: inline-flex;
align-items: center;
}

.button-container {
Expand All @@ -192,7 +192,9 @@ button {
flex-wrap: nowrap;
}

/*button:hover { }*/
button:hover {
background: #4892d9;
}
/*button:focus { }*/
/*button:active { }*/

Expand Down

0 comments on commit f434c62

Please sign in to comment.