Explorar el Código

Tests: Improved contrast in the inverted theme test.

Aleksander Nowodzinski hace 7 años
padre
commit
417212f238
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-theme-lark/tests/manual/inverted.html

+ 1 - 1
packages/ckeditor5-theme-lark/tests/manual/inverted.html

@@ -94,7 +94,7 @@
 		--ck-color-editor-border: var(--ck-custom-background);
 		--ck-color-editor-toolbar-background: var(--ck-custom-background);
 
-		--ck-color-editor-toolbar-button-on-background: #3c3c3c;
+		--ck-color-editor-toolbar-button-on-background: #2d2d2d;
 		--ck-color-editor-toolbar-button-on-border: transparent;
 		--ck-color-editor-toolbar-button-on-focus-background: #353535;
 		--ck-color-editor-toolbar-button-on-focus-border: transparent;