summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-13 18:42:47 -0700
committerAndrew Godwin2022-11-13 18:43:09 -0700
commitddb3436275d3f02183f515c38cd3193cd1dfe2f4 (patch)
tree8902d4f085ad6d8323f43af20ca497d291e4d28a /static
parent68c156fd2758da5831bd83bfb1249dd014d78177 (diff)
downloadtakahe-ddb3436275d3f02183f515c38cd3193cd1dfe2f4.tar.gz
takahe-ddb3436275d3f02183f515c38cd3193cd1dfe2f4.tar.bz2
takahe-ddb3436275d3f02183f515c38cd3193cd1dfe2f4.zip
Boosting! Incoming, anyway.
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css18
1 files changed, 16 insertions, 2 deletions
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;
+}