From da5e14887e92eacb9dad7a79c212a6ce496a00d5 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 25 Jan 2023 19:15:13 -0800 Subject: [PATCH] fixed credit color --- index.html | 2 +- main.css | 9 +++++++++ page/403.html | 2 +- page/404.html | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f38b26e..3cc6e03 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ \ No newline at end of file diff --git a/main.css b/main.css index a1b8161..c35c429 100644 --- a/main.css +++ b/main.css @@ -58,6 +58,15 @@ div.footer{ width: 100%; overflow: hidden; } +.sa-credit{ + border-bottom-color: transparent; + text-decoration: none; +} +.sa-credit:hover{ + border-bottom-color: transparent; + text-decoration: none; + color: #7289DA !important; +} sub { color: #fff; font-family: monospace, monospace; diff --git a/page/403.html b/page/403.html index 7437d45..6ec82a4 100644 --- a/page/403.html +++ b/page/403.html @@ -23,7 +23,7 @@ \ No newline at end of file diff --git a/page/404.html b/page/404.html index d8ba521..d8afe43 100644 --- a/page/404.html +++ b/page/404.html @@ -23,7 +23,7 @@ \ No newline at end of file