From 5cf909b86758eb1b985b80dd7b479de5b9a94b91 Mon Sep 17 00:00:00 2001 From: Theis Pieter Hollebeek Date: Mon, 13 Oct 2025 10:41:45 +0200 Subject: [PATCH] docs -> chatgpt --- index.html | 12 ++++++++++-- style.css | 11 +++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 18ef7ef..e108803 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,14 @@ href="docs/index.html" target="_blank" > - + diff --git a/style.css b/style.css index 752fba7..1d9b5a9 100644 --- a/style.css +++ b/style.css @@ -358,3 +358,14 @@ footer { #project-name:focus { outline: none; } + +#buttons > a:has(button) { + text-decoration: none; +} + +.icon-button { + display: flex; + gap: 0.5ch; + align-items: center; + justify-content: center; +}