From 2cbd1358d2b6dd1444fc901e6df01bcce6628abc Mon Sep 17 00:00:00 2001 From: Dmitry Gusev Date: Sun, 24 May 2026 01:02:34 +0300 Subject: [PATCH] =?UTF-8?q?style(footer):=20=D1=81=D0=B4=D0=B5=D0=BB=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20dev-credit=20=D0=B2=D0=B8=D0=B4=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D0=B9=20=E2=80=94=20fg-muted=20=D1=86=D0=B2=D0=B5=D1=82?= =?UTF-8?q?=20+=20dashed=20=D0=BF=D0=BE=D0=B4=D1=87=D1=91=D1=80=D0=BA?= =?UTF-8?q?=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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;