Skip to content

Commit 18c6ba2

Browse files
committed
fix darkmode input text problem on config page
1 parent 2d0e10d commit 18c6ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/quarkus.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ form input[type="submit"] {
245245
}
246246

247247
input {
248-
color: $black;
248+
color: var(--main-text-color);
249249
}
250250

251251

0 commit comments

Comments
 (0)