In some browsers or for some users, the browser’s focus feature gets triggered when clicking on something. This does not happen for everyone, but it would be good to add this.
You can add it at the very end of your style.css code.
/* remove outline */
* {
outline: none !important;
}
*:focus {
outline: none !important;
box-shadow: none !important;
}
/* remove outline final code */
Discord login has been automated; after the first time, it will no longer ask for Discord login when adding new products.
Just update the options.html file.
A name banner has been added to the theme; it scrolls infinitely and can be customized from the settings.
The YouTube video bug in the packages has been completely fixed.
Layout adjustments were made in the package details, improving the user experience.
With a few minor fixes, the theme has become more user-friendly.
![]()
The code structure has been improved:
package.html
module.topdonator
scheme.json
style.css
Only the code structure has been enhanced; if you want to update, it would be better.
