Skip to content

Commit 95f4db5

Browse files
committed
feat: fix text styles on payment page
1 parent e4fe3b7 commit 95f4db5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

‎payments/templates/choose_user.html‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
margin-top: 1rem;
1313
}
1414

15+
/* Fix input text visibility - override inherited white text */
16+
form input[type="text"],
17+
form input[type="email"],
18+
form input[type="password"],
19+
form input[type="number"],
20+
form select,
21+
form textarea {
22+
color: #1f2937;
23+
background-color: #ffffff;
24+
}
25+
1526
@media (max-width: 1000px) {
1627
html {
1728
font-size: 2rem;

0 commit comments

Comments
 (0)