about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/tentacle/diff.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/flavours/glitch/styles/tentacle/diff.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/tentacle/diff.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/app/javascript/flavours/glitch/styles/tentacle/diff.scss b/app/javascript/flavours/glitch/styles/tentacle/diff.scss
index 883696b52..916cd434b 100644
--- a/app/javascript/flavours/glitch/styles/tentacle/diff.scss
+++ b/app/javascript/flavours/glitch/styles/tentacle/diff.scss
@@ -212,17 +212,19 @@
 		color: white;
 	}
 
-	.status__prepend
+	.status__prepend,
+  .notification__message
   {
 		margin-top: 0;
 		margin-bottom: 0;
 	}
-	.status__prepend span
+	.status__prepend span,
+  .notification__message span
   {
-		font-size: 0 !important;
-		color: transparent !important;
+		color: #332233 !important;
 	}
-	.status__prepend span a *
+	.status__prepend span a *,
+  .notification__message span a *
   {
 		color:#fff
 	}