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; }