From ee3001b014cf0849415750061aa70502b72894cf Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sat, 19 Oct 2024 01:18:14 -0400 Subject: [PATCH] Update index.html Added link to report issues --- pub/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pub/index.html b/pub/index.html index d4a44d7..b65198e 100644 --- a/pub/index.html +++ b/pub/index.html @@ -74,6 +74,21 @@ text-decoration: underline; } + #feedback { + font-size: 12px; + margin-top: 10px; + color: #848a94; + } + + #feedback a { + color: #78b3e2; + text-decoration: none; + } + + #feedback a:hover { + text-decoration: underline; + } + /* Animation for status change */ .status-image.active { transform: scale(1.1); @@ -95,6 +110,11 @@
+ +Think this is a mistake? Let us know.
+