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"
>
-
+
@@ -113,7 +120,8 @@ function loop(deltaT) {
lib.startGameLoop(loop);
-
+
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;
+}