diff --git a/assets/css/style.css b/assets/css/style.css index 7620390..fd11113 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -455,19 +455,6 @@ select.form-control { text-align: center; } -.page-footer p { - margin: var(--spacing-sm) 0; -} - -.page-footer a { - color: var(--primary-light); - text-decoration: none; -} - -.page-footer a:hover { - text-decoration: underline; -} - .page-footer p { margin-bottom: var(--spacing-sm); opacity: 0.8; diff --git a/index.php b/index.php index 4f47be0..f89b159 100644 --- a/index.php +++ b/index.php @@ -583,11 +583,5 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { // 初始化 updateRequiredFields('website'); - \ No newline at end of file