From a8ea907a90221582cb63150e05d3bcf89e513b41 Mon Sep 17 00:00:00 2001 From: "Dev.Huang" <18778418865@163.com> Date: Thu, 4 Jul 2024 12:10:06 +0800 Subject: [PATCH] Update style.css --- captcha/v1/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/captcha/v1/style.css b/captcha/v1/style.css index d451745..6e7924c 100644 --- a/captcha/v1/style.css +++ b/captcha/v1/style.css @@ -124,7 +124,7 @@ #math-captcha-button { margin-top: 10px; padding: 8px 16px; - background-color: #4CAF50; /* Green background */ + background-color: #0066ff; /* Blue background */ color: #ffffff; /* White text */ border: none; border-radius: 4px; @@ -133,7 +133,7 @@ } #math-captcha-button:hover { - background-color: #45a049; /* Darker green background on hover */ + background-color: #0066ff; /* Darker blue background on hover */ } #math-captcha-error {