Skip to content

Commit

Permalink
feat(Dark mode): 🗑️ Deprecate uneeded dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdo Ryu committed Nov 21, 2024
1 parent 11a25da commit d00549b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions content/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
position: relative !important;
}

.dim:not(:hover) >,
* > * > * {
.dim:not(:hover) > * > * > * {
max-height: 150px !important;
overflow: hidden !important;
}
Expand Down
2 changes: 1 addition & 1 deletion popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 class="title is-2 has-text-centered">Link Off</h2>

<div class="field has-text-centered">
<input id="dark-mode" class="switch is-rounded" type="checkbox" />
<label for="dark-mode">Dark mode (saves eyes)</label>
<label for="dark-mode"> Dark mode (deprecated) </label>
</div>

<div class="content has-text-centered">
Expand Down

0 comments on commit d00549b

Please sign in to comment.