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; +}