From 8947612aea9202ae9ae0b4412b1f0176426786d7 Mon Sep 17 00:00:00 2001 From: blek Date: Wed, 6 Sep 2023 21:18:59 +1000 Subject: [PATCH] light-ify buttons --- src/app.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app.css b/src/app.css index b2df13c..d0795ad 100644 --- a/src/app.css +++ b/src/app.css @@ -65,6 +65,13 @@ input[type=text] { } button { background-color: #f9f9f9; + border-color: #c1c1c1; + } + button:hover { + background: #f0f0f0; + } + button:active { + background: #e6e6e6; } }