From 8c6328e9cf34a2fe7b270e8eb611abeba7fc3dc3 Mon Sep 17 00:00:00 2001 From: webpwnized Date: Tue, 8 Oct 2024 20:11:02 -0400 Subject: [PATCH] 2.11.22 Update web service --- src/styles/global-styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/global-styles.css b/src/styles/global-styles.css index bb4c65a..5299d8f 100755 --- a/src/styles/global-styles.css +++ b/src/styles/global-styles.css @@ -104,6 +104,10 @@ input.button{ text-align: center; } +input.button:hover { + background-color: #45a049; +} + span.buffer{ display: inline-block; margin: 20px;