Skip to content

Commit 5e01a62

Browse files
authored
Update index.html
1 parent 986b671 commit 5e01a62

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,13 @@
6363
/* Dark mode content area background */
6464
body.dark-mode #scheduleContent,
6565
body.dark-mode #limitContent {
66-
background: #fcaf58 !important;
66+
background: #006d77 !important;
67+
}
68+
69+
/* Dark mode label colors - make From, To, You Pay, You Receive white */
70+
body.dark-mode #scheduleContent label,
71+
body.dark-mode #limitContent label {
72+
color: #ffffff !important;
6773
}
6874

6975
/* Dark mode select/option text fix */

0 commit comments

Comments
 (0)