From a1eef91b93fbfb6e95b13946c7dd45ac89c5e9f1 Mon Sep 17 00:00:00 2001 From: WhyKorp <117651228+whykorp@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:54:27 +0100 Subject: [PATCH] change colours --- css/style.css | 10 +++++----- index.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 2989d8e..e15b751 100644 --- a/css/style.css +++ b/css/style.css @@ -6,7 +6,7 @@ body { .container { width: 80%; margin: auto; - border: 2px solid #2ecc71; + border: 2px solid #2ecccc; border-radius: 25px; padding: 20px; background-color: #444; @@ -15,13 +15,13 @@ body { text-decoration: none; color: #fff; padding: 10px 20px; - border: 2px solid #2ecc71; + border: 2px solid #2ecccc; border-radius: 25px; background-color: #333; transition: all 0.3s ease-in-out; } .nav a:hover { - background-color: #2ecc71; + background-color: #2ecccc; color: #333; cursor: pointer; transition: all 0.3s ease-in-out; @@ -30,7 +30,7 @@ body { .video-container { width: 80%; margin: 20px auto; - border: 2px solid #2ecc71; + border: 2px solid #2ecccc; border-radius: 25px; overflow: hidden; padding-bottom: 56.25%; @@ -64,7 +64,7 @@ header { div.footer { width: 80%; margin: auto; - border: 2px solid #2ecc71; + border: 2px solid #2ecccc; border-radius: 25px; padding: 20px; background-color: #444; diff --git a/index.php b/index.php index 6aa38e3..ed28100 100644 --- a/index.php +++ b/index.php @@ -15,7 +15,7 @@