From f8f283c11efe87c2bbdabc6836e002aaa7ea7ee2 Mon Sep 17 00:00:00 2001 From: Sevi Date: Sat, 30 Nov 2024 06:13:47 -0800 Subject: [PATCH] clientbutton div color --- css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/styles.css b/css/styles.css index e378f9e..2a55f15 100644 --- a/css/styles.css +++ b/css/styles.css @@ -65,6 +65,9 @@ button, .source-btn, .dsc-btn, .clr-btn { display: inline-block; transition: background-color 0.3s ease, transform 0.3s ease; } +.clientbutton { + background-color: #0095ff !important; +} button:hover { transform: scale(1.05) }