From f80c0b7cd295e3f64b6eb0cf81aca785fe305959 Mon Sep 17 00:00:00 2001 From: Rafael Araujo Lehmkuhl Date: Tue, 9 Jul 2024 00:50:37 -0300 Subject: [PATCH] index: Change color of clear-settings button to redish Prevent confusion with the browser-check-proceed-anyway button --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 79ce205b3..e46575183 100644 --- a/index.html +++ b/index.html @@ -119,6 +119,10 @@ cursor: pointer; border-radius: 5px; } + + #clear-settings-btn { + background-color: #a12626 !important; + }