From 745f9774267e6aecce1b0276ab9da0bfb8221a8f Mon Sep 17 00:00:00 2001 From: Wes <5124946+wesinator@users.noreply.github.com> Date: Tue, 2 Jul 2024 22:59:42 -0400 Subject: [PATCH] style example - add second css selector, bolden keyword in example (#2794) --- live-examples/html-examples/document-metadata/style.html | 3 +++ 1 file changed, 3 insertions(+) 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.