Skip to content

Commit

Permalink
Fix switches
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 23, 2023
1 parent cb2cb0d commit 07b7a33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import "glyphs.css";

@media (prefers-color-scheme: dark) {
.ios .toggle input[type=checkbox]:checked + .toggle-icon:before {
background: #007bff !important;
:root {
--f7-theme-color: #007bff;
}

.sp-preview input[type=checkbox]:not(:checked) + .toggle-icon {
Expand Down Expand Up @@ -108,8 +108,8 @@
}
}

.ios .toggle input[type=checkbox]:checked + .toggle-icon:before {
background: #007aff !important;
:root {
--f7-theme-color: #007aff;
}

.sp-preview {
Expand Down

0 comments on commit 07b7a33

Please sign in to comment.