diff options
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; |