fix download link color

This commit is contained in:
2023-06-25 14:10:06 +02:00
parent 2fda61945c
commit dc0d9d3c70

View File

@@ -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