From edc04049d8e2c1e159be4d18ff5affd2cb4ccd20 Mon Sep 17 00:00:00 2001 From: guus <_@guusw.nl> Date: Sat, 25 Oct 2025 21:42:44 +0800 Subject: [PATCH] Update github link --- templates/header.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/templates/header.html b/templates/header.html index 0d7121a..66980ce 100644 --- a/templates/header.html +++ b/templates/header.html @@ -74,11 +74,30 @@ pre code { padding: 0; } + .github-link { + float: right; + display: inline-block; + width: 24px; + height: 24px; + vertical-align: middle; + } + .github-link svg { + fill: #333; + transition: fill 0.2s; + } + .github-link:hover svg { + fill: #0066cc; + }