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/quick-start-guide.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/quick-start-guide.html')
-rw-r--r-- | ext/quick-start-guide.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/quick-start-guide.html b/ext/quick-start-guide.html index 46f461e2..f29e8909 100644 --- a/ext/quick-start-guide.html +++ b/ext/quick-start-guide.html @@ -13,11 +13,12 @@ <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128"> <link rel="stylesheet" type="text/css" href="/css/material.css"> <link rel="stylesheet" type="text/css" href="/css/settings.css"> + <script src="/js/pages/quick-start-guide-main.js" type="module"></script> </head> <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"> |