From 0f7aa1d448dab783d1aae7e21e371edd90a433f7 Mon Sep 17 00:00:00 2001 From: Elizabeth Cray Date: Sun, 26 Jun 2022 00:55:33 +0000 Subject: [PATCH] Updated Copyright Label --- auth/index.php | 2 +- index.php | 2 +- style.css | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/auth/index.php b/auth/index.php index ea24aa5..86b0c77 100644 --- a/auth/index.php +++ b/auth/index.php @@ -163,7 +163,7 @@ if (isset($_REQUEST["act"])){ } ?>
- Copyright ©️ 2022 Elizabeth Anne Cray + View Source on Git
diff --git a/index.php b/index.php index cd89cfa..41af70d 100644 --- a/index.php +++ b/index.php @@ -38,7 +38,7 @@ } ?>
- Copyright ©️ 2022 Elizabeth Anne Cray + View Source on Git
diff --git a/style.css b/style.css index ce817b6..57e1a13 100644 --- a/style.css +++ b/style.css @@ -67,6 +67,11 @@ span { color: #377326; } +.copyright > a { + color: #377326; + text-decoration: none; +} + .keyButton { margin: 1px; }