Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
megh-bari committed Oct 27, 2024
1 parent 5cecdc7 commit 5871abb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions assets/css/darkmode.css
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,23 @@ body.nav-active {
opacity: 1; /* Show the arrows on hover */
}

/*-----------------------------------*\
#E-book
\*-----------------------------------*/

.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
\*-----------------------------------*/
Expand Down

0 comments on commit 5871abb

Please sign in to comment.