Explorar o código

Improved form

Bonyant %!s(int64=2) %!d(string=hai) anos
pai
achega
24ec9ed525
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      08/index.js

+ 1 - 1
08/index.js

@@ -281,7 +281,7 @@ function Form(el = sFormContainer, data, okCallback, cancelCallback) {
     const th = document.createElement("th");
     th.innerHTML =
       key[0] === "*"
-        ? `<span style="color: #ff0000">${key[0]}</span> ${key.slice(1)}`
+        ? `<span style="color: red">${key[0]}</span> ${key.slice(1)}`
         : key;
 
     const td = document.createElement("td");