Skip to content

Commit abef7a2

Browse files
authored
change button color (#191)
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
1 parent d07b6f1 commit abef7a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ li[id="topbar-cta-button"] > a > div > svg > path {
1111

1212
/* Target the background span directly */
1313
#topbar-cta-button span[class*="bg-primary-dark"] {
14-
background-color: #10B981 !important; /* Green */
14+
background-color: #20EDBA !important; /* Green */
1515
}
1616

1717
#topbar-cta-button:hover span[class*="bg-primary-dark"] {
18-
background-color: #059669 !important; /* Darker green on hover */
18+
background-color: #20EDBA !important; /* Darker green on hover */
1919
}
2020

2121

@@ -177,7 +177,7 @@ li[id="topbar-cta-button"] > a > div > svg > path {
177177
}
178178

179179
.button.button-green:hover {
180-
background-color: #1bc7a1;
180+
background-color: #20EDBA;
181181
}
182182

183183
.button.button-red {

0 commit comments

Comments
 (0)