From ac03327ecbb5ab1500fdfd231fcb0925b637f0a2 Mon Sep 17 00:00:00 2001 From: Theo Browne Date: Fri, 14 Feb 2025 22:26:53 -0800 Subject: [PATCH] Add footer --- src/global.css | 21 +++++++++++++++++++++ src/main.ts | 3 +++ 2 files changed, 24 insertions(+) diff --git a/src/global.css b/src/global.css index 6583192..5d98129 100644 --- a/src/global.css +++ b/src/global.css @@ -117,3 +117,24 @@ textarea { .copy-button.copied { background: #28a745; } + +/* Add footer styles */ +.footer { + position: fixed; + bottom: 16px; + left: 0; + right: 0; + text-align: center; + font-size: 14px; + color: #666; +} + +.footer a { + color: #666; + text-decoration: none; + font-weight: 500; +} + +.footer a:hover { + color: #333; +} diff --git a/src/main.ts b/src/main.ts index ef4aac9..51659f7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -22,6 +22,9 @@ function noSearchDefaultPageRender() { + `;