From c64f93e912c4a9be38981875f6100ec2566c2a7a Mon Sep 17 00:00:00 2001 From: julius Date: Mon, 10 Feb 2025 16:43:22 +0100 Subject: [PATCH] feat: make submit button more visible --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index bac03ab..8d1b595 100644 --- a/src/App.css +++ b/src/App.css @@ -149,7 +149,7 @@ button { bottom: 16px; padding: 0.4em; border-radius: 1em; - background-color: rgba(0, 0, 0, 0.6); + background-color: rgba(0, 0, 0, 0.3); font-size: xx-large; margin-bottom: 16px; margin-right: 16px;