rss-to-activitypub/views/style.css
Darius Kazemi 92a37d60e1 Include more context on rendered pages
We now provide a link back to the tool from user pages as well as a link to the source code. Fixes #14.
2019-02-23 20:37:24 -08:00

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;
}