From 06f7b6c282d8afb0a7553a58a3a15002fa9680cd Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Wed, 31 Jan 2024 03:10:57 +0100 Subject: [PATCH] Revert "Swap button colors (#4)" This reverts commit 0180b027c5d67c434aaee2f3176347c8f984561e. --- website/assets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/assets/style.css b/website/assets/style.css index c9ae71d..c3b960a 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -173,7 +173,7 @@ code { .btn { border: 0; border-radius: 0.25rem; - background: #4892d9; + background: #2f5f8b; color: white; font-size: 1rem; white-space: nowrap; @@ -186,7 +186,7 @@ code { } .btn.selected { - background: #2f5f8b; + background: #4892d9; } .button-container { @@ -197,7 +197,7 @@ code { } .btn:hover { - background: #2f5f8b; + background: #4892d9; } /*button:focus { }*/ /*button:active { }*/