aboutsummaryrefslogtreecommitdiff
path: root/templates/signin.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2023-12-28 13:27:30 +0000
committerr <r@freesoftwareextremist.com>2023-12-28 13:27:30 +0000
commit1d61f1aa27376e778b7a517fdd5739a8c1976d2e (patch)
treeb4dba8253afbb159a3782d900ad8d43bd6148b24 /templates/signin.tmpl
parentf4881e72675e87a9eae716436c3ac18a788d596d (diff)
downloadbloat-1d61f1aa27376e778b7a517fdd5739a8c1976d2e.tar.gz
bloat-1d61f1aa27376e778b7a517fdd5739a8c1976d2e.zip
Update the default theme
This uses better color contrast and component spacing to improve legibility. The updated HTML also has better compatibility with browsers with limited/no CSS support.
Diffstat (limited to 'templates/signin.tmpl')
-rw-r--r--templates/signin.tmpl21
1 files changed, 10 insertions, 11 deletions
diff --git a/templates/signin.tmpl b/templates/signin.tmpl
index c7699f7..b12e0aa 100644
--- a/templates/signin.tmpl
+++ b/templates/signin.tmpl
@@ -1,18 +1,17 @@
{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
-<div class="page-title"> Bloat </div>
-<div class="signin-desc">
- A web client for <a href="https://pleroma.social" target="_blank">Mastadon Network</a>.
-</div>
-<form class="signin-form" action="/signin" method="post">
- Enter the domain name of your instance to continue
- <br/>
- <input type="text" name="instance" placeholder="example.com" required>
- <br/>
- <button type="submit"> Signin </button>
+<h1>Bloat</h1>
+<p>A web client for <a href="https://pleroma.social" target="_blank">Mastadon Network</a>.</p>
+<form action="/signin" method="post">
+ <div class="form-field-s">
+ <label for="instance">Enter the domain name of your instance to continue</label>
+ </div>
+ <div class="form-field-s">
+ <input id="instance" type="text" class="input-w" name="instance" placeholder="example.com" required>
+ </div>
+ <div class="form-field-s"><button type="submit">Signin</button></div>
</form>
-
<p>
See
<a href="https://git.freesoftwareextremist.com/bloat" target="_blank">git.freesoftwareextremist.com/bloat</a>