mirror of
https://github.com/ershisan99/flashcards-docs.git
synced 2025-12-16 20:59:26 +00:00
fix download link color
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
export const DownloadLink = ({ href }: { href: string }) => {
|
export const DownloadLink = ({ href }: { href: string }) => {
|
||||||
return (
|
return (
|
||||||
<p style={{ marginTop: 24 }}>
|
<p style={{ marginTop: 24 }}>
|
||||||
<a id="raw-url" download href={href} style={{ fontWeight: 700, color: 'blue' }}>
|
<a
|
||||||
|
id="raw-url"
|
||||||
|
download
|
||||||
|
href={href}
|
||||||
|
className={
|
||||||
|
'nx-text-primary-600 nx-underline nx-decoration-from-font [text-underline-position:from-font]'
|
||||||
|
}
|
||||||
|
>
|
||||||
Скачайте файл watchers.xml
|
Скачайте файл watchers.xml
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
и импортируйте его в Settings | Tools | File Watchers
|
и импортируйте его в Settings | Tools | File Watchers
|
||||||
|
|||||||
Reference in New Issue
Block a user