You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
233 B

@import "tailwindcss";
body{
font-family: monospace;
}
button, input, select{
@apply border rounded-full p-2;
}
form{
@apply border p-2 bg-gray-200;
}
.symbol{
/* filter: blur(3px); */
/* @apply text-sm opacity-50; */
}