@@ -113,16 +113,16 @@ styles], it's always recommended to add an [additional style sheet] and move
113
113
declarations into dedicated CSS classes :
114
114
115
115
<style>
116
- .twitter {
117
- color : # 1DA1F2 ;
116
+ .youtube {
117
+ color : # EE0F0F ;
118
118
}
119
119
</style>
120
120
121
121
=== ":octicons-file-code-16 : ` docs/stylesheets/extra.css` "
122
122
123
123
``` css
124
- .twitter {
125
- color: #1DA1F2 ;
124
+ .youtube {
125
+ color: #EE0F0F ;
126
126
}
127
127
```
128
128
@@ -136,12 +136,12 @@ declarations into dedicated CSS classes:
136
136
After applying the customization, add the CSS class to the icon shortcode :
137
137
138
138
` ` ` markdown title="Icon with color"
139
- :fontawesome-brands-twitter :{ .twitter }
139
+ :fontawesome-brands-youtube :{ .youtube }
140
140
` ` `
141
141
142
142
<div class="result" markdown>
143
143
144
- :fontawesome-brands-twitter :{ .twitter }
144
+ :fontawesome-brands-youtube :{ .youtube }
145
145
146
146
</div>
147
147
@@ -211,15 +211,15 @@ reference any icon that's [bundled with the theme][icon search] with Jinja's
211
211
212
212
` ` ` html
213
213
<span class="twemoji">
214
- {% include ".icons/fontawesome/brands/twitter .svg" %} <!-- (1)! -->
214
+ {% include ".icons/fontawesome/brands/youtube .svg" %} <!-- (1)! -->
215
215
</span>
216
216
` ` `
217
217
218
218
1. Enter a few keywords to find the perfect icon using our [icon search] and
219
219
click on the shortcode to copy it to your clipboard :
220
220
221
221
<div class="mdx-iconsearch" data-mdx-component="iconsearch">
222
- <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="brands twitter " />
222
+ <input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="brands youtube " />
223
223
<div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file">
224
224
<div class="mdx-iconsearch-result__meta"></div>
225
225
<ol class="mdx-iconsearch-result__list"></ol>
0 commit comments