diff --git a/docs/reference/icons-emojis.md b/docs/reference/icons-emojis.md index bff42037e..31f1a6c15 100644 --- a/docs/reference/icons-emojis.md +++ b/docs/reference/icons-emojis.md @@ -113,16 +113,16 @@ styles], it's always recommended to add an [additional style sheet] and move declarations into dedicated CSS classes: === ":octicons-file-code-16: `docs/stylesheets/extra.css`" ``` css - .twitter { - color: #1DA1F2; + .youtube { + color: #EE0F0F; } ``` @@ -136,12 +136,12 @@ declarations into dedicated CSS classes: After applying the customization, add the CSS class to the icon shortcode: ``` markdown title="Icon with color" -:fontawesome-brands-twitter:{ .twitter } +:fontawesome-brands-youtube:{ .youtube } ```