fix(tools): challenge editor - input text color (#48733)

fix(tools): input text color
pull/48739/head
Niraj Nandish 2022-12-12 17:15:17 +04:00 committed by GitHub
parent cf6d450c1b
commit 02e2309598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ input {
border: 2px solid var(--content);
padding: 6px 12px;
margin-left: 10px;
color: white;
}