fix light/dark mode
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Successful in 29m34s
mozhi pipeline / Build and publish artifacts (push) Has been cancelled

This commit is contained in:
2024-05-21 21:27:35 +05:30
parent c747b628e4
commit 710d3d0d07
2 changed files with 15 additions and 9 deletions

View File

@@ -116,7 +116,7 @@
Copy the translation
</button>
{{end}}
{{ if and .Engine .From .To .OriginalText }}<p><a id="url" class="button" style="color:#010000; text-decoration: none;" onclick="copyLinkToClipboard(event)"
{{ if and .Engine .From .To .OriginalText }}<p><a id="url" class="button" onclick="copyLinkToClipboard(event)"
href="/?engine={{.Engine}}&from={{.From}}&to={{.To}}&text={{.OriginalText}}">Copy translation link</a></p>
{{end}}
{{if .TranslationExists}}