From 4111efca63e9e1046b40ce299bf902c59da7cbcd Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Fri, 16 Feb 2024 23:06:24 +0100 Subject: [PATCH] buttons appearance --- web/app.html | 8 ++++---- web/style.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app.html b/web/app.html index 6ec76fd..5a77ec7 100644 --- a/web/app.html +++ b/web/app.html @@ -20,14 +20,14 @@ diff --git a/web/style.css b/web/style.css index f753294..e41a3c1 100644 --- a/web/style.css +++ b/web/style.css @@ -28,7 +28,7 @@ body { } .banner { - background-color: #177013; + background-color: #30fc66; color: #fff; padding: 10px; position: fixed;