docs -> chatgpt

This commit is contained in:
Theis Pieter Hollebeek 2025-10-13 10:41:45 +02:00
parent ff83f1e5f2
commit 5cf909b867
2 changed files with 21 additions and 2 deletions

View File

@ -23,7 +23,14 @@
href="docs/index.html"
target="_blank"
>
<button>🤓 Docs</button>
<button class="icon-button">
<img
src="https://chatgpt.com/favicon.ico"
width="20"
height="20"
>
ChatGPT
</button>
</a>
<div class="dropdown-wrapper">
@ -113,7 +120,8 @@ function loop(deltaT) {
lib.startGameLoop(loop);
</pre>
</pre
>
</div>
</section>
</div>

View File

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