Skip to content

Commit

Permalink
fixed my feeds dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
colarusso committed Aug 22, 2023
1 parent 5038bf9 commit 1b91a7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@
.dark-mode a {
color: #88e3ff;
}
.dark-mode .modal-content {
background-color: #333;
color: #fff;
}
.dark-mode .btn-close {
background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23FFF"%3e%3cpath d="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/%3e%3c/svg%3e');
}
.dark-mode .btn-primary {
color: #ffffff;
}
Expand Down

0 comments on commit 1b91a7c

Please sign in to comment.