From ddb3436275d3f02183f515c38cd3193cd1dfe2f4 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 13 Nov 2022 18:42:47 -0700 Subject: Boosting! Incoming, anyway. --- static/css/style.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index 0755baa..59590ef 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -459,7 +459,7 @@ form .button:hover { /* Identities */ h1.identity { - margin: 20px 0 20px 20px; + margin: 15px 0 20px 15px; } h1.identity .icon { @@ -482,7 +482,7 @@ h1.identity small { color: var(--color-text-dull); border-radius: 3px; padding: 5px 8px; - margin: 20px; + margin: 15px; } .system-note a { @@ -527,3 +527,17 @@ h1.identity small { .post .content p { margin: 12px 0 4px 0; } + +.boost-banner { + padding: 0 0 3px 5px; +} + +.boost-banner::before { + content: "\f079"; + font: var(--fa-font-solid); + margin-right: 4px; +} + +.boost-banner a { + font-weight: bold; +} -- cgit v1.2.3