Skip to content

Commit 391e438

Browse files
authored
Make link distinguishable from surrounding text with underline styling (#3866)
1 parent 6782e48 commit 391e438

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/sharp-jokes-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/view-components": patch
3+
---
4+
5+
Make link distinguishable from surrounding text with underline styling

previews/primer/alpha/octicon_symbols_preview/playground.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p style="max-width: 500px">
22
Below is an SVG image containing the chosen octicon surrounded by a green circle. The octicon has been emitted
33
onto the page as an SVG &lt;symbol&gt; element and included into the SVG you see below with the &lt;use&gt; element.
4-
See the <a href="https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol" target="_blank">MDN docs</a> for
4+
See the <a href="https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol" target="_blank" style="text-decoration: underline">MDN docs</a> for
55
more information.
66
</p>
77

0 commit comments

Comments
 (0)