diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-06-18 14:00:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 18:00:52 +0000 |
commit | ebd911201df0e6fce95b408935fb35580851170e (patch) | |
tree | 1955088b5c5157a02b1d75d8994e20114199830c /ext/popup-preview.html | |
parent | 129be78c9bf1b9d378050c6ca6ec722ef456c4ee (diff) |
Add full dark mode support (#1079)
* Add full dark mode support
* Fix welcome, permissions, and quick start scrollbars
* Fix action popup dark mode on mobile
* Add theme to info page
* Reduce flashbang
* Move position of settingsDisplayController to not break things
* Fix dictionary import drag drop theming
* Make dark shadow color less bad
* Prepare themeController to avoid not being able to set browser theme
Diffstat (limited to 'ext/popup-preview.html')
-rw-r--r-- | ext/popup-preview.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/popup-preview.html b/ext/popup-preview.html index 8cbb01c9..3da26eda 100644 --- a/ext/popup-preview.html +++ b/ext/popup-preview.html @@ -25,9 +25,6 @@ <span class="example-text" id="example-text"></span> </div> </div> - <div class="top-options-right"> - <label class="theme-button"><input type="checkbox" id="theme-dark-checkbox"><span>dark</span></label> - </div> </div> <div class="popup-placeholder"><div class="placeholder-info"> This page uses the dictionaries you have installed in order to show a preview. |