You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/views/design-system/styles/typography/index.njk
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,15 @@
182
182
htmlOnly: true
183
183
}) }}
184
184
185
+
<p>Use the <code>ofh-link--light</code> modifier class where a dark background is used.</p>
186
+
187
+
{{designExample({
188
+
group: "styles",
189
+
item: "typography",
190
+
type: "links-light",
191
+
htmlOnly: true
192
+
}) }}
193
+
185
194
<h2id="lists">Lists</h2>
186
195
<p>Use lists to make blocks of text easier to read, and to break information into manageable chunks.</p>
187
196
@@ -216,7 +225,7 @@
216
225
<h2id="section-break">Section break</h2>
217
226
<pclass="rich-text">You can use the <code>ofh-section-break</code> classes on an <code><hr></code> element to create a thematic break between sections of content. <code>ofh-section-break</code> has class-based modifiers for different size margins.</p>
218
227
<pclass="rich-text">By default <code>ofh-section-break</code> is only visible by its margin. You can add the <code>ofh-section-break--visible</code> class to make it visible with a separator line.</p>
0 commit comments