From 6607dca2bc42570fa3e85c77401f9b7056132ed6 Mon Sep 17 00:00:00 2001 From: mileswa1q2 <115095719+mileswolfallen2@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:28:07 +0000 Subject: [PATCH] idk --- trkeey.css | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/trkeey.css b/trkeey.css index 5cf7f13f..baf68d7b 100644 --- a/trkeey.css +++ b/trkeey.css @@ -11,18 +11,17 @@ body { font-weight: bold; } a { - color: rgb(252, 138, 195); - } - a:link, a:visited { - background-color: rgb(255, 206, 90); - color: white; - padding: 14px 25px; - text-align: center; - text-decoration: none; - display: inline-block; - } - - a:hover, a:active { - background-color: rgb(255, 172, 6); - } - \ No newline at end of file + color: hotpink; + } + a:link, a:visited { + background-color: rgb(101, 90, 255); + color: white; + padding: 14px 25px; + text-align: center; + text-decoration: none; + display: inline-block; + } + + a:hover, a:active { + background-color: rgb(89, 252, 255); + } \ No newline at end of file