style(footer): сделать dev-credit видимой — fg-muted цвет + dashed подчёркивание ссылки
All checks were successful
deploy / deploy (push) Successful in 1m1s

This commit is contained in:
Dmitry Gusev
2026-05-24 01:02:34 +03:00
parent 0cf7b23c87
commit 2cbd1358d2

View File

@@ -725,9 +725,14 @@ pre {
.site-footer a:hover { color: var(--accent); border-bottom-color: var(--accent); } .site-footer a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.site-footer .dev-credit { .site-footer .dev-credit {
margin-top: 0.9rem; margin-top: 0.9rem;
font-size: 0.78rem; font-size: 0.8rem;
opacity: 0.65; color: var(--fg-muted);
} }
.site-footer .dev-credit a {
color: var(--fg-muted);
border-bottom: 1px dashed currentColor;
}
.site-footer .dev-credit a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.footer-ornament { .footer-ornament {
display: block; display: block;
width: 60px; width: 60px;