From 0a9efa51554cc5201f697e7a3428ef78c8e57edf Mon Sep 17 00:00:00 2001 From: Kenny <101839505+khui0@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:40:00 -0400 Subject: [PATCH] Update version text and add link to GitHub --- index.html | 5 ++++- src/design.css | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0b8edbb..076eef9 100644 --- a/index.html +++ b/index.html @@ -95,11 +95,14 @@

-

Version

+

+
+ +
diff --git a/src/design.css b/src/design.css index 9e16b98..faf3f9f 100644 --- a/src/design.css +++ b/src/design.css @@ -92,6 +92,10 @@ button:disabled { pointer-events: none; } +a.icon { + font-size: 1.5em; +} + .pill { border-radius: 100vh; }