diff --git a/website/assets/style.css b/website/assets/style.css index d3cf97f..306e3a9 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -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 { @@ -192,7 +192,9 @@ button { flex-wrap: nowrap; } -/*button:hover { }*/ +button:hover { + background: #4892d9; +} /*button:focus { }*/ /*button:active { }*/