diff --git a/src/styles/global.css b/src/styles/global.css index e0f3123..b765551 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -725,9 +725,14 @@ pre { .site-footer a:hover { color: var(--accent); border-bottom-color: var(--accent); } .site-footer .dev-credit { margin-top: 0.9rem; - font-size: 0.78rem; - opacity: 0.65; + font-size: 0.8rem; + 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 { display: block; width: 60px;