22 lines
254 B
CSS
22 lines
254 B
CSS
#toot-content {
|
|
height: 100px;
|
|
max-width: 100px;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
#toot-url {
|
|
color: darkblue;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
input {
|
|
margin: 5px;
|
|
}
|
|
|
|
button {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
* {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
} |