From ca97a4d74569550a4013b8a0e87eaa7c43609561 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 2 Jun 2023 11:41:40 -0400 Subject: [PATCH] Bump constrasts on buttons --- umap/static/umap/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 759504a9..13719a88 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -734,7 +734,7 @@ input[type=hidden].blur + .button { .umap-alert .umap-action { margin-left: 10px; background-color: #fff; - color: #999; + color: #000; padding: 5px; border-radius: 4px; }