@@ -102,14 +102,14 @@ function NotesTab() {
102102 < li >
103103 All speakers are required to adhere to our{ " " }
104104 < Link
105- className = "text-neu-800 underline hover:no-underline dark:text-neu-50"
105+ className = "typography-link dark:text-neu-50"
106106 href = "/conf/2025/resources/#code-of-conduct"
107107 >
108108 Code of Conduct
109109 </ Link >
110110 . We also highly recommend that speakers take our online{ " " }
111111 < a
112- className = "text-neu-800 underline hover:no-underline dark:text-neu-50"
112+ className = "typography-link dark:text-neu-50"
113113 target = "_blank"
114114 href = "https://training.linuxfoundation.org/linux-courses/open-source-compliance-courses/inclusive-speaker-orientation"
115115 >
@@ -169,7 +169,7 @@ function NotesTab() {
169169 < a
170170 href = "https://youtu.be/2I5fYBLCfUA"
171171 target = "_blank"
172- className = "text-neu-800 underline hover:no-underline dark:text-neu-50"
172+ className = "typography-link dark:text-neu-50"
173173 >
174174 Getting Over Your Imposter Syndrome to Become a Conference Speaker
175175 </ a >
@@ -183,8 +183,13 @@ function NotesTab() {
183183 community and share your ideas and the work that you are doing and we
184184 strongly encourage first-time speakers to submit talks for our events.
185185 In the instance that you aren't sure about your abstract,{ " " }
186- < a href = "mailto:cfp@linuxfoundation.org" > reach out to us</ a > and we will
187- be more than happy to work with you on your proposal.
186+ < a
187+ href = "mailto:cfp@linuxfoundation.org"
188+ className = "typography-link dark:text-neu-50"
189+ >
190+ reach out to us
191+ </ a > { " " }
192+ and we will be more than happy to work with you on your proposal.
188193 </ p >
189194 </ div >
190195 )
@@ -337,7 +342,7 @@ export function CallForProposals() {
337342 For any questions regarding the CFP process, please email{ " " }
338343 < a
339344 href = "mailto:cfp@linuxfoundation.org"
340- className = "text-neu-800 underline hover:no-underline dark:text-neu-50"
345+ className = "typography-link dark:text-neu-50"
341346 >
342347 cfp@linuxfoundation.org
343348 </ a >
@@ -351,7 +356,7 @@ export function CallForProposals() {
351356 < a
352357 target = "_blank"
353358 href = "https://sessionize.com/playbook/submit-your-session-for-an-event"
354- className = "text-neu-800 underline hover:no-underline dark:text-neu-50"
359+ className = "typography-link dark:text-neu-50"
355360 >
356361 how to submit your session
357362 </ a > { " " }
0 commit comments