diff options
author | r <r@freesoftwareextremist.com> | 2020-03-04 16:24:16 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-03-04 16:24:16 +0000 |
commit | 23d97587638ec431dff5bc0a3a475dea4cdfe3c3 (patch) | |
tree | 4bb0eb7a271846e4327c82fc06f053aa91e478a4 /static | |
parent | 911c9b79937a82bd4574972fa24f45f5cb922092 (diff) | |
download | bloat-23d97587638ec431dff5bc0a3a475dea4cdfe3c3.tar.gz bloat-23d97587638ec431dff5bc0a3a475dea4cdfe3c3.zip |
Add description on signin page
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 26b8d46..2a1b6bb 100644 --- a/static/style.css +++ b/static/style.css @@ -481,6 +481,10 @@ a:hover, display: inline; } +.signin-desc { + margin: 8px 0 16px 0; +} + .dark { background-color: #222222; background-image: none; |