From 05cbd03d1a1af100c511a7d9fc23573947b89068 Mon Sep 17 00:00:00 2001 From: snowcatridge10 <72707293+ProgramminCat@users.noreply.github.com> Date: Sat, 24 Aug 2024 15:47:55 -0400 Subject: [PATCH] make search button more visible --- static/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.css b/static/index.css index a44c599..e57fc7d 100644 --- a/static/index.css +++ b/static/index.css @@ -240,6 +240,7 @@ body { margin-top: 8px; margin-right: 16px; background: #ddd; + color: #1e1e1e; font-size: 17px; border: none; cursor: pointer;