diff --git a/src/infrastructure/reporting/templates/ATRI/html_template.html b/src/infrastructure/reporting/templates/ATRI/html_template.html index 853f7c7..193845e 100644 --- a/src/infrastructure/reporting/templates/ATRI/html_template.html +++ b/src/infrastructure/reporting/templates/ATRI/html_template.html @@ -1326,6 +1326,23 @@ margin-right: auto; } + .footer-repo { + display: inline-flex; + align-items: center; + gap: 6px; + color: var(--deep); + text-decoration: none; + font-family: 'LXGW WenKai Mono', monospace; + font-size: 11px; + font-weight: 600; + opacity: 0.8; + transition: opacity 0.2s; + } + + .footer-repo:hover { + opacity: 1; + } + .token-section { @@ -2890,16 +2907,21 @@ -