docs: fix copy to clipboard button visibility in light mode (#826)

This PR fixes the issue #791 and updated the info box color so that tags
are visible in dark mode as well in docsite.
This commit is contained in:
Anmol Shukla
2025-07-09 14:13:12 +05:30
committed by GitHub
parent fb3f66acf4
commit 29fe3b93cd
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1 @@
@import 'td/code-dark';

View File

@@ -48,7 +48,11 @@ enableRobotsTXT = true
pre = "<i class='fa-brands fa-github'></i>"
[markup.goldmark.renderer]
unsafe= true
unsafe= true
[markup.highlight]
noClasses = false
style = "tango"
[outputFormats]
[outputFormats.LLMS]