Skip to content

Commit

Permalink
Merge pull request #3993 from saumyayadav25/donate-dark-mode
Browse files Browse the repository at this point in the history
Donate dark mode -> card description visible
  • Loading branch information
sailaja-adapa authored Oct 26, 2024
2 parents 551263a + 6ec9967 commit a38e686
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,9 @@ body.dark-mode .dropdown-menu-item:hover {
rgba(0, 0, 0, 0.22) 0px 10px 10px;

}

.play-btn:hover h2 {
color: black; /* Change text color to black on hover for better visibility */
}
play-btn ion-icon {
font-size: 24px;
}
Expand Down
4 changes: 2 additions & 2 deletions assets/html/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
</lord-icon>Books</a>
</li>
<li class="navbar-item">
<a href="../../index.html#genre" class="navbar-link">
<a href="../.././index.html#genre" class="navbar-link">
<script src="https://cdn.lordicon.com/lordicon.js"></script>
<lord-icon
src="https://cdn.lordicon.com/lcvlsnre.json"
Expand All @@ -427,7 +427,7 @@
</lord-icon>Genres</a>
</li>
<li class="navbar-item">
<a href="about.html" class="navbar-link">
<a href="../.././assets/html/about.html" class="navbar-link">
<lord-icon
src="https://cdn.lordicon.com/fozsorqm.json"
trigger="hover"
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@
}



.dark-mode .card-text-donate{
color: #6c2121;
}

/* Position the toggle button to the right */
.switch-container {
Expand Down

0 comments on commit a38e686

Please sign in to comment.