From acf5c86fa7bc69733210cce152905d8fcfb36e67 Mon Sep 17 00:00:00 2001 From: vsporeddy Date: Thu, 4 Apr 2024 14:18:23 -0700 Subject: [PATCH] Update style.css --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 5b6bcbf..e56f78e 100644 --- a/style.css +++ b/style.css @@ -203,6 +203,15 @@ input[type="text"], button { z-index: 200; } +#quitButton { + position: fixed; + top: 10px; + right: 10px; + font-size: 12px; + padding: 5px 8px; +} + + #attribution a { color: #581845; text-decoration: none;