Browse Source

Add more contrast to mention in manual test.

Maciej Gołaszewski 6 years ago
parent
commit
ddac30d987
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/ckeditor5-mention/tests/manual/mention.html

+ 2 - 2
packages/ckeditor5-mention/tests/manual/mention.html

@@ -5,7 +5,7 @@
 
 <style>
 	.mention {
-		background: hsl(341, 100%, 93%);
-		color: hsl(337, 100%, 37%);
+		background: hsla(341, 100%, 87%, 0.4);
+		color: hsl(340, 100%, 31%);
 	}
 </style>