From df48b92732e5a8cd18c8338956ffc291164c9770 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 5 Oct 2023 10:51:54 +0200 Subject: [PATCH] feat: improve apps page --- static-src/styles/layout.scss | 4 ++++ static-src/styles/vars.scss | 4 ++++ views/apps.pug | 2 ++ 3 files changed, 10 insertions(+) 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