From a9a3318743ad42e8b06eb08f4c69dff90d68d763 Mon Sep 17 00:00:00 2001 From: ANMOL AGARWAL <24794539+fineanmol@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:53:21 +0530 Subject: [PATCH] =?UTF-8?q?Revert=20"Changed=20the=20color=20of=20header?= =?UTF-8?q?=20to=20Golden=20rod=20when=20it=20is=20in=20Dark=20mode=20and?= =?UTF-8?q?=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Contributors.html | 4 +--- css/contributors.css | 6 +----- css/navbar.css | 3 +-- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Contributors.html b/Contributors.html index b8f45eddd4..cea493e202 100644 --- a/Contributors.html +++ b/Contributors.html @@ -119,7 +119,7 @@
-

Add yourself to the list if you contribute.

+

Add yourself to the list if you contribute.


@@ -367,8 +367,6 @@ Baruni Priya T S Anmol Gupta Khushi Mishra - Sanket Kurle - diff --git a/css/contributors.css b/css/contributors.css index fa1b7e6fa8..e174c21fab 100644 --- a/css/contributors.css +++ b/css/contributors.css @@ -124,18 +124,14 @@ a:hover { cursor: default; font-size: 2rem; font-family: "Special Elite", cursive; - color: white; - color: goldenrod; - background-size: 100%; } - .moto { font-size: 22px; cursor: default; } .heading:hover { - color:gold; + color: #fe0c43; transition: 1s; } .moto:hover { diff --git a/css/navbar.css b/css/navbar.css index b272e62a51..dc4b8ae3c5 100644 --- a/css/navbar.css +++ b/css/navbar.css @@ -47,7 +47,6 @@ nav { transition: width 0.2s ease-in-out; width: 0; } - .navbar-light .navbar-nav .nav-social::before { content: none; } @@ -104,5 +103,5 @@ nav { } .navbar-light .navbar-nav .nav-link:hover { - color: purple; + color: #ff0844; }