mirror of
https://github.com/adanrsantos/ThePlaceHolders.git
synced 2024-12-16 12:20:37 -06:00
15 lines
192 B
CSS
15 lines
192 B
CSS
input[type=number]::-webkit-inner-spin-button,
|
|
input[type=number]::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
html {
|
|
background-color: black;
|
|
}
|
|
/*
|
|
|
|
lol
|
|
|
|
*/ |