8
0
Просмотр исходного кода

Docs: Adjusted palettes in the table styles section.

Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
0efa33c28d

+ 2 - 2
packages/ckeditor5-table/docs/_snippets/features/table-styling.html

@@ -5,8 +5,8 @@
 			<thead>
 				<tr>
 					<th style="background-color:hsl(0,0%,90%);width:317px;" colspan="1" rowspan="2"><p>&nbsp;</p><p>&nbsp;</p></th>
-					<th style="background-color:hsl(180,60%,28%);text-align:center;width:224px;" colspan="3">Full Year (unaudited)</th>
-					<th style="background-color:hsl(180,60%,28%);text-align:center;width:360px;" colspan="4">2013 (unaudited)</th>
+					<th style="background-color:hsl(180,97%,31%);text-align:center;width:224px;" colspan="3">Full Year (unaudited)</th>
+					<th style="background-color:hsl(180,97%,31%);text-align:center;width:360px;" colspan="4">2013 (unaudited)</th>
 				</tr>
 				<tr>
 					<th style="background-color:hsl(180,52%,58%);width:75px;">2011</th>

+ 1 - 1
packages/ckeditor5-table/docs/_snippets/features/table-styling.js

@@ -74,7 +74,7 @@ const COLOR_PALETTE = [
 		label: 'Light Aqua',
 	},
 	{
-		color: 'hsl(180, 60%, 28%)',
+		color: 'hsl(180, 97%, 31%)',
 		label: 'Aqua'
 	},
 	{