Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Changed the color of header to Golden rod when it is in Dark mode and…" #870

Merged
merged 1 commit into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<div class="moon">
</div>
</div>
<p class=" rubberBand delay-4s" style="color: gold;">Add yourself to the list if you contribute.</p>
<p class=" rubberBand delay-4s">Add yourself to the list if you contribute.</p>
<hr style="width:80%">
</div>
<div class="box mx-auto">
Expand Down Expand Up @@ -367,8 +367,6 @@
<a class="box-item" href="https://github.com/barunipriyats"><span>Baruni Priya T S</span></a>
<a class="box-item" href="https://github.com/anmolg84"><span>Anmol Gupta</span></a>
<a class="box-item" href="https://github.com/khushi-mishra0408"><span>Khushi Mishra</span></a>
<a class="box-item" href="https://github.com/SanketKurle24"><span>Sanket Kurle</span></a>




Expand Down
6 changes: 1 addition & 5 deletions css/contributors.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 1 addition & 2 deletions css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ nav {
transition: width 0.2s ease-in-out;
width: 0;
}

.navbar-light .navbar-nav .nav-social::before {
content: none;
}
Expand Down Expand Up @@ -104,5 +103,5 @@ nav {
}

.navbar-light .navbar-nav .nav-link:hover {
color: purple;
color: #ff0844;
}