From 544a1d39692a6ad376f40b50ce85ea4c9e43e5b3 Mon Sep 17 00:00:00 2001 From: Kay Who Codes <68508154+kay-who-codes@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:06:16 +0000 Subject: [PATCH] Update style.css --- style.css | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/style.css b/style.css index 6214c74..f235b1a 100644 --- a/style.css +++ b/style.css @@ -158,27 +158,6 @@ body.dark-mode #toggle-button:hover { box-shadow: 0 4px 6px rgba(255, 255, 255, 0.2); } -/* Footer styling */ -.credit-message { - font-size: 14px; - color: grey; - padding: 10px 0; - text-align: center; - background-color: transparent; - width: 100%; - margin-top: 40px; -} - -.credit-message a { - color: #F7931A; - text-decoration: none; -} - -.credit-message a:hover { - color: #c56c00; - text-decoration: underline; -} - /* Dark Mode Styles */ body.dark-mode { background-color: #131313; @@ -280,3 +259,24 @@ body.dark-mode #card-display button:hover { font-size: 12px; } } + +/* Footer styling */ +.credit-message { + font-size: 14px; + color: grey; + padding: 10px 0; + text-align: center; + background-color: transparent; + width: 100%; + margin-top: 40px; +} + +.credit-message a { + color: #F7931A; + text-decoration: none; +} + +.credit-message a:hover { + color: #c56c00; + text-decoration: underline; +}