diff --git a/static-src/styles/layout.scss b/static-src/styles/layout.scss
index 409db7a..ddd5382 100644
--- a/static-src/styles/layout.scss
+++ b/static-src/styles/layout.scss
@@ -27,6 +27,10 @@ You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary. For
more information on this, and how to apply and follow the GNU AGPL, see .
*/
+hr {
+ margin: 3em 0;
+ color: var(--line-color-subtle);
+}
body {
display: flex;
flex-direction: column;
diff --git a/static-src/styles/vars.scss b/static-src/styles/vars.scss
index fe2536a..60065e3 100644
--- a/static-src/styles/vars.scss
+++ b/static-src/styles/vars.scss
@@ -84,6 +84,8 @@ more information on this, and how to apply and follow the GNU AGPL, see