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) }