Parcourir la source

Add more contrast to mention in manual test.

Maciej Gołaszewski il y a 6 ans
Parent
commit
ddac30d987
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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>