From 3719cdec9e92ace75fc80f41dff5ce79db7d27d4 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:50:36 -0500 Subject: [PATCH] Update warning-page.html Made text on button more readable --- platform/chromium/pub/warning-page.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/chromium/pub/warning-page.html b/platform/chromium/pub/warning-page.html index 6a9cf01..5cf1733 100644 --- a/platform/chromium/pub/warning-page.html +++ b/platform/chromium/pub/warning-page.html @@ -101,7 +101,8 @@ border-radius: 8px; border: none; font-family: inherit; - font-weight: 500; + font-weight: 600; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); font-size: 1rem; cursor: pointer; transition: transform 0.2s, opacity 0.2s;