From 16030c14a43a70b9935e09ec65abab5b20eede2f Mon Sep 17 00:00:00 2001 From: UncleReaton Date: Sat, 19 Mar 2022 16:52:47 +0100 Subject: [PATCH] Change text color of flag submission input for better readibility --- src/statics/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/statics/css/style.css b/src/statics/css/style.css index becdbaf..4731362 100644 --- a/src/statics/css/style.css +++ b/src/statics/css/style.css @@ -120,6 +120,7 @@ input[type="url"] { background-color: #2d2d2d; padding: 3px; border-radius: 4px; + color: #d9d9d9; } input[type="submit"] { padding: 0; -- 2.40.1