CSS fixes

This commit is contained in:
theo1 2020-10-01 20:05:19 +02:00
parent 64db0492a5
commit 1c54adffe4

View File

@ -3,7 +3,20 @@
max-width: 100px;
white-space: pre-wrap;
}
/*
#toot-url {
visibility: hidden;
} */
color: darkblue;
text-decoration: underline;
}
input {
margin: 5px;
}
button {
margin-left: 10px;
}
* {
font-family: Arial, Helvetica, sans-serif;
}