blob: 6d82d5778e292893b45db299a690e4e9d3c47deb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: white;
}
input {
background-color: black;
}
</style>
</head>
<body>
<input type="number">
</body>
</html>