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 */
The layout issues on 4K resolution have been fixed.
The structure in the Hero section has been improved.
You can update the style.css file.
Tooltip Bug Fix
Discord Online Fix
Files changed: category.html
We are displaying the online count with the Discord server ID. It was working correctly in the Hero section, but it was incorrect on the category page. It wasn't critical, but it has been fixed.
Files changed: category.html
(category.html > line 126 code)
![]()
Code structure has been improved:
module.topdonator
package.html
Only the code structure has been enhanced; if you want to update, it would be better.
