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 entire theme identity has been redesigned, everything is perfect, and all files have been updated.
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.
