mirror of
https://github.com/ershisan99/flashcards-docs.git
synced 2025-12-16 12:33:17 +00:00
fix download link color
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
export const DownloadLink = ({ href }: { href: string }) => {
|
||||
return (
|
||||
<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
|
||||
</a>{' '}
|
||||
и импортируйте его в Settings | Tools | File Watchers
|
||||
|
||||
Reference in New Issue
Block a user