Skip to content

Commit ddb5083

Browse files
committed
Fix input color
1 parent 7cb13df commit ddb5083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SimpleInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
6161
input, select {
6262
background: none;
63-
color: white;
63+
color: var(--vp-c-text-1);
6464
font-size: 18px;
6565
padding: 10px 10px 10px 5px;
6666
display: block;

0 commit comments

Comments
 (0)