Skip to content

Commit 12f5542

Browse files
Merge pull request #19 from madhuramendis/main
Button hover fix
2 parents 608d61d + 6276cd8 commit 12f5542

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

css/openchoreo.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -356,12 +356,6 @@ background-color: #fff;
356356

357357
/* Tooltips */
358358

359-
360-
361-
362-
363-
364-
365359
.tooltip-inner {
366360
max-width: 300px;
367361
background-color: #000;
@@ -448,7 +442,7 @@ background-color: #000;
448442
}
449443

450444
body.cDarkMode .cLightBackground {
451-
background-color: #202020;
445+
background-color: #0f0f0f;
452446
}
453447
body.cDarkMode .cDarkBackground {
454448
background-color: #000;
@@ -481,6 +475,10 @@ body.cDarkMode .cButton.cOutlineCTA.cJoinOurDiscord {
481475
background-image: url(../img/Icons_join-our-discord.webp);
482476
}
483477

478+
body.cDarkMode .cButton.cOutlineCTA:hover {
479+
color: #000 !important;
480+
}
481+
484482
body.cDarkMode .cFilledCard.cDocs li a {
485483
/* background-color: rebeccapurple !important; */
486484
text-decoration: none;

0 commit comments

Comments
 (0)