feat(footer): hover-pill credit «Сделано в hhivp.com» с border вместо плотного фона
All checks were successful
deploy / deploy (push) Successful in 56s
All checks were successful
deploy / deploy (push) Successful in 56s
Паттерн Cuberto: только mark по умолчанию, при hover/focus раскрывается с текстом справа. SVG-mark в currentColor наследует цвет родителя — гармонирует с любой темой. Border 1px solid currentColor вместо плотного чёрного фона. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -151,9 +151,11 @@ const jsonLd = [
|
||||
<a href="/kontakty/">Контакты</a>
|
||||
</p>
|
||||
<p class="dev-credit">
|
||||
<a href="https://hhivp.com/" target="_blank" rel="noopener" class="dev-credit-link">
|
||||
<img src="/hhivp-mark.svg" alt="" width="22" height="22" class="dev-credit-mark" />
|
||||
<span>Разработка — hhivp.com</span>
|
||||
<a href="https://hhivp.com/" target="_blank" rel="noopener" class="hhivp-credit" aria-label="Сделано в hhivp.com">
|
||||
<span class="hhivp-credit-mark" aria-hidden="true">
|
||||
<img src="/hhivp-mark.svg" alt="" width="20" height="20" />
|
||||
</span>
|
||||
<span class="hhivp-credit-text">Сделано в hhivp.com</span>
|
||||
</a>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user