diff -u b/core/modules/color/preview.html.twig b/core/modules/color/preview.html.twig --- b/core/modules/color/preview.html.twig +++ b/core/modules/color/preview.html.twig @@ -1,15 +1,15 @@

- {% trans %} Example heading {% endtrans %} + {% trans %}Example heading{% endtrans %}

- {% trans %} This is a block of example content. This content is here to + {% trans %}This is a block of example content. This content is here to demonstrate what actual content would look like in the color scheme you configure. This is an example link, to demonstrate how background colors you configure may affect the readability of links. This is some more text to demonstrate what actual content would - look like in the color scheme you configure. {% endtrans %} + look like in the color scheme you configure.{% endtrans %}

diff -u b/core/themes/bartik/color/preview.html.twig b/core/themes/bartik/color/preview.html.twig --- b/core/themes/bartik/color/preview.html.twig +++ b/core/themes/bartik/color/preview.html.twig @@ -1,15 +1,15 @@
- @@ -17,28 +17,28 @@
-

{% trans %} Example heading {% endtrans %}

+

{% trans %}Example heading{% endtrans %}

- {% trans %} This is a block of example content. This content is here + {% trans %}This is a block of example content. This content is here to demonstrate what actual content would look like in the color scheme - you configure. {% endtrans %} + you configure.{% endtrans %}

{% trans %} - This is an example heading {% endtrans %} + This is an example heading{% endtrans %}

- {% trans %} This is a block of example content. This content is here + {% trans %}This is a block of example content. This content is here to demonstrate what actual content would look like in the color scheme you configure. This is an example link, to demonstrate how background colors you configure may affect the readability of links. Another sentence to demonstrate what actual content would look like in the color scheme you configure. This is another example link. This is the end of this - block of example content. {% endtrans %} + block of example content.{% endtrans %}
@@ -48,23 +48,23 @@