Skip to content

Commit

Permalink
dark mode hooter hover fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevika17 committed Oct 16, 2024
1 parent 7f214f8 commit 0523a71
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions assets/html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,15 +356,22 @@
#quicklinks .foot-quick a i {
margin-right: 5px; /* Adjust spacing between icon and text */
}


.dark-mode .fas{
color:white;
}

.dark-mode .flinks{

.dark-mode .flinks{
color: #80ddf4;

}
.dark-mode .foot-quick a:hover .fas ,
.dark-mode .foot-quick a:hover .flinks{
color:white;

}


.dark-mode .finput{
color: white;
Expand Down

0 comments on commit 0523a71

Please sign in to comment.