Spaces:
Running
Running
File size: 416 Bytes
5e28ece b93a74d 5e28ece b93a74d 5e28ece b93a74d 5e28ece b93a74d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
input, textarea {
transition: border-color 0.2s;
}
input:focus, textarea:focus {
outline: none;
border-color: #3b82f6;
box-shadow: 0 0 0 1px #3b82f6;
}
button {
transition: background-color 0.2s;
cursor: pointer;
} |