Skip to content

Commit

Permalink
Merge pull request #852 from sourabhmajoka/main
Browse files Browse the repository at this point in the history
Fixed "Buy Our eBooks" Button in Dark Mode
  • Loading branch information
PriyaGhosal authored Oct 30, 2024
2 parents 73657e6 + 97e70ca commit 5157823
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions assets/css/darkmode.css
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,19 @@ body.nav-active {
padding: 3rem;
}

.E-book-button {
position: fixed;
left: 20px;
bottom: 80px;
background-color: #FF4D4D;
color: white;
padding: 15px;
border-radius: 5px;
cursor: pointer;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 1001;
}

.feedback-button {
position: fixed;
left: 20px;
Expand Down

0 comments on commit 5157823

Please sign in to comment.