about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/arachnia
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-10-14 11:25:13 -0500
committermultiple creatures <dev@multiple-creature.party>2019-10-14 11:25:13 -0500
commite6c1f51b29b9d1b84b81660dacdb2ce8a2787ea0 (patch)
treeb102751090d28f7b21936e94a59e92dd38e0f3c2 /app/javascript/flavours/glitch/styles/arachnia
parent57709f7e7ae56d66abed84ca39c3ea1a50a658ab (diff)
make the replied-to post preview readable in arachnia
Diffstat (limited to 'app/javascript/flavours/glitch/styles/arachnia')
-rw-r--r--app/javascript/flavours/glitch/styles/arachnia/diff.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/javascript/flavours/glitch/styles/arachnia/diff.scss b/app/javascript/flavours/glitch/styles/arachnia/diff.scss
index f7a3a493d..eafe20b4e 100644
--- a/app/javascript/flavours/glitch/styles/arachnia/diff.scss
+++ b/app/javascript/flavours/glitch/styles/arachnia/diff.scss
@@ -9,7 +9,8 @@
 	// Small-caps links
 	a[href], h1, h2, h3, h4,
 	.column-header,
-	.column-back-button {
+	.column-back-button,
+  .signature {
 		text-decoration: none;
 		font-variant: small-caps;
 	}
@@ -45,17 +46,12 @@
 	.name .username,
 	.name small,
 	.status__display-name,
-	.display-name__account {
+	.display-name__account,
+  .signature {
 		font-size: 12px;
 		font-weight: bold;
 	}
 
-  .signature {
-    font-size: 12px;
-    font-weight: bold;
-		font-variant: small-caps;
-  }
-
 	// TL status: color of users' friendly names; on own line
 	.account-grid-card .name a,
 	.account__display-name strong,
@@ -82,6 +78,10 @@
 		line-height: inherit;
 	}
 
+	.composer--reply {
+    background: lighten($ui-primary-color, 40%);
+  }
+
   // staff tools
   div.drawer__inner__admin ul li a { color: $lighter-text-color }
   div.drawer__inner__admin ul li a:hover { color: $white }