Skip to content

Commit

Permalink
fix: Darkening release link to meet contrast ratio of 4.5. (#24191)
Browse files Browse the repository at this point in the history
  • Loading branch information
sopranopillow authored Aug 2, 2022
1 parent 17ed1ae commit f11b365
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/public-docsite/src/SiteDefinition/SiteDefinition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ export const SiteDefinition: ISiteDefinition<Platforms> = {
text: (
<span>
🎉 Announcing Fluent UI React v9 stable release! Visit{' '}
<a href="https://react.fluentui.dev/">Fluent UI React v9</a> to see more.
<a href="https://react.fluentui.dev/" style={{ color: '#006cbe' }}>
Fluent UI React v9
</a>{' '}
to see more.
</span>
),
sessionStoragePrefix: 'FluentUI9',
Expand Down

0 comments on commit f11b365

Please sign in to comment.