style(footer): mark на чёрном фоне 22px (вместо синего 18px)
All checks were successful
deploy / deploy (push) Successful in 52s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Dmitry Gusev
2026-05-24 06:43:52 +03:00
parent 7e716e9f94
commit 32932a1a78
2 changed files with 8 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ const year = new Date().getFullYear();
</nav>
<p class="developer">
<a href="https://hhivp.com/" rel="noopener" target="_blank" class="dev-credit">
<img src="/hhivp-mark.svg" alt="" width="18" height="18" class="dev-credit-mark" />
<img src="/hhivp-mark.svg" alt="" width="22" height="22" class="dev-credit-mark" />
<span>Разработка&nbsp;— hhivp.com</span>
</a>
</p>