diff --git a/src/documents/static/base.css b/src/documents/static/base.css
index ed6f091ba..90d8d7b77 100644
--- a/src/documents/static/base.css
+++ b/src/documents/static/base.css
@@ -16,10 +16,6 @@ body {
letter-spacing: 0.1rem;
}
-.mt-n1 {
- margin-top: -0.8rem;
-}
-
.text-primary {
color: var(--pngx-primary) !important;
}
@@ -45,6 +41,7 @@ body {
.form-accounts {
max-width: 330px;
+ min-width: 300px;
}
.form-stacked-top input {
@@ -91,4 +88,8 @@ body {
svg.logo .text {
fill: #abb2bf !important;
}
+
+ .byline {
+ color: #abb2bf;
+ }
}
diff --git a/src/documents/templates/paperless-ngx/base.html b/src/documents/templates/paperless-ngx/base.html
index 293eab3e8..49fc0edf4 100644
--- a/src/documents/templates/paperless-ngx/base.html
+++ b/src/documents/templates/paperless-ngx/base.html
@@ -25,15 +25,18 @@
{% else %}
{% if APP_LOGO %}
+