Skip to content

Commit a9e2d09

Browse files
committed
[css-variables-1] change to visually distinct language, fix w3c#7131
1 parent 6ee32fe commit a9e2d09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-variables-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Defining Custom Properties: the '--*' family of properties</h2>
308308
<pre class='lang-css'>
309309
:root,
310310
:root:lang(en) {--external-link: "external link";}
311-
:root:lang(de) {--external-link: "externer Link";}
311+
:root:lang(el) {--external-link: "εξωτερικός σύνδεσμος";}
312312

313313
a[href^="http"]::after {content: " (" var(--external-link) ")"}
314314
</pre>

0 commit comments

Comments
 (0)