From f434c627bd3811ca06275c6c85629ad4a190fe6b Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Fri, 19 Jan 2024 21:42:42 +0100 Subject: [PATCH] website --- website/assets/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 { }*/