diff --git a/live-examples/html-examples/document-metadata/style.html b/live-examples/html-examples/document-metadata/style.html index 35390b02e..a12dee264 100644 --- a/live-examples/html-examples/document-metadata/style.html +++ b/live-examples/html-examples/document-metadata/style.html @@ -2,6 +2,9 @@ p { color: #26b72b; } + code { + font-weight: bold; + }
This text will be green. Inline styles take precedence over CSS included externally.