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/welcome.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/welcome.html')
-rw-r--r-- | ext/welcome.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/welcome.html b/ext/welcome.html index dd3e2f1e..e7d0ea5d 100644 --- a/ext/welcome.html +++ b/ext/welcome.html @@ -18,7 +18,7 @@ <body> <!-- Main content --> -<div class="content-outer"><div class="content"> +<div class="content-outer"><div class="content scrollbar"> <div class="content-left"></div> <div class="content-center"> @@ -128,7 +128,7 @@ <div class="settings-item"><div class="settings-item-inner settings-item-inner-wrappable"> <div class="settings-item-left"> <div class="settings-item-label">Theme</div> - <div class="settings-item-description">Adjust the style of the popup.</div> + <div class="settings-item-description">Adjust the style of Yomitan.</div> </div> <div class="settings-item-right"> <select data-setting="general.popupTheme" class="short-width"> |