summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-03-05 15:56:23 -0500
committerGitHub <noreply@github.com>2021-03-05 15:56:23 -0500
commite9070bf5d43b861fb48c214cb0ebd0ebe603fb62 (patch)
treef0634ae903eff35758efcd36b2c3c3fd0a1d7daa
parent0bcf0878080a1da5bb5fa62f3a2a8bf69eb7365e (diff)
Update style.css
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 52427b3..2d5a08e 100644
--- a/style.css
+++ b/style.css
@@ -14,13 +14,13 @@ h1::after {
}
a {
- color: #00ccff;
+ color: #0099ff;
text-decoration: none;
transition-duration: 0.2s;
}
a:hover {
- color: #0099ff;
+ color: black;
}
span.end {