Skip to content

Commit

Permalink
fix: cart button in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
biswa2005 committed Oct 17, 2024
1 parent e9159ff commit a25239c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .vscode/settings.json

This file was deleted.

5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ button[type="submit"]:hover {
vertical-align: middle;
}

.dark-mode .cart-nav img{
filter: invert(1);
}


#cart-count {
font-size: 16px; /* Adjust font size to match */
vertical-align: middle;
Expand Down

0 comments on commit a25239c

Please sign in to comment.