1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!doctype html> <style> :root { background-color: black; color: white; } input { font: inherit; color: inherit; border: none; padding: 0; background-color: transparent; } </style> XXX<br> <input value="XXX">