Skip to content

Commit

Permalink
Merge branch 'mdazfar2:main' into fix/homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyash3087 authored Jun 25, 2024
2 parents 39bb7f5 + 06a3bc0 commit ab853a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website3.0/stylesheets/darkmode.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ body.dark-mode {
}
.dark-mode .iconsclass > a:hover {
box-shadow: 0 0px 8px rgb(152, 152, 151);
color: #b7b7b7;
color: #ff7d1f;
}

.dark-mode .font {
color: #e0e0e0;
}
.dark-mode .nav-links li a::after {
background-color: #c0c0c0;
background-color: #ff7d1f;
}
.dark-mode .active {
background-color: #333;
Expand Down Expand Up @@ -86,5 +86,5 @@ body.dark-mode {
color: #fff ;
}
.dark-mode ::placeholder {
color: #ffffff93 !important;
color: #989897 !important;
}

0 comments on commit ab853a3

Please sign in to comment.