style(footer): сделать dev-credit видимой — fg-muted цвет + dashed подчёркивание ссылки
All checks were successful
deploy / deploy (push) Successful in 1m1s
All checks were successful
deploy / deploy (push) Successful in 1m1s
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user