diff --git a/public/index.html b/public/index.html index bf753aa..bbe72a0 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ body { margin: 24px; min-height: 100vh; - max-width: 1000px; + max-width: 960px; background: #fbf5de; color: #222; font-family: sans-serif; @@ -72,9 +72,25 @@ clear: both; } - input { + input, + button { margin: 3px 0; padding: 3px; + border: 2px solid #222; + color: #222; + background: rgba(255, 255, 255, 0.8); + } + + section.login label, + section.login input { + display: block; + width: 100%; + max-width: 480px; + } + + section.login input, + section.login button { + padding: 6px; } .controls { @@ -100,8 +116,11 @@
Lodestone is an application to help you navigate the fediverse. It surfaces things you enjoyed and provides a search that runs fully in your own browser.
- +Lodestone is an application to help you navigate the Fediverse. It surfaces things you enjoyed and allows you to sift through them again. It aims to be a companion to the server hosting your Mastodon instance, or any other compatible Fediverse software.
+