This commit is contained in:
2024-03-12 19:48:05 +02:00
parent 8fedd3e0e2
commit f6e27a16d7
4 changed files with 98 additions and 1 deletions

View File

@ -6,9 +6,10 @@
/**
* Components
*/
input[type=text], input[type=number], textarea {
input[type=text], input[type=number], input[type=url], textarea {
@apply appearance-none border leading-tight focus:outline-none;
font-family: monospace;
padding: 2px;
}
input:disabled, textarea:disabled {