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
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
Revert "Changed the color of header to Golden rod when it is in Dark …
…mode and…"
  • Loading branch information
fineanmol authored Oct 12, 2021
commit a9a3318743ad42e8b06eb08f4c69dff90d68d763
4 changes: 1 addition & 3 deletions Contributors.html
Original file line number Diff line number Diff line change
@@ -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">
@@ -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>




6 changes: 1 addition & 5 deletions css/contributors.css
Original file line number Diff line number Diff line change
@@ -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 {
3 changes: 1 addition & 2 deletions css/navbar.css
Original file line number Diff line number Diff line change
@@ -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;
}