about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/tentacle/diff.scss
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-08-15 10:25:07 -0500
committermultiple creatures <dev@multiple-creature.party>2019-08-15 10:25:07 -0500
commitc8a9f38bcd5a891968b34842c372b6cefa7f8f97 (patch)
treea9b29530e8a1772bf60a6ae76eec98ab84740e96 /app/javascript/flavours/glitch/styles/tentacle/diff.scss
parentb4b6f39c87e871eb64d6d2d8407962fda7c14dfb (diff)
initial fixes of tentacle colors
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
 	}