mirror of
https://github.com/dariusk/rss-to-activitypub.git
synced 2024-11-22 17:29:19 +02:00
92a37d60e1
We now provide a link back to the tool from user pages as well as a link to the source code. Fixes #14.
25 lines
273 B
CSS
25 lines
273 B
CSS
body {
|
|
font-family: sans-serif;
|
|
max-width: 900px;
|
|
margin: 30px;
|
|
line-height: 1.3em;
|
|
}
|
|
img {
|
|
max-width: 100px;
|
|
}
|
|
li {
|
|
margin-bottom: 0.2em;
|
|
}
|
|
.account {
|
|
}
|
|
input {
|
|
width: 300px;
|
|
font-size: 1.2em;
|
|
}
|
|
.hint {
|
|
font-size: 0.8em;
|
|
}
|
|
button {
|
|
font-size: 1.2em;
|
|
}
|