Update index.html

This commit is contained in:
ErikrafT 2025-04-15 17:52:27 -03:00 committed by GitHub
parent 7d388967c6
commit 24c009f20e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 13 deletions

View File

@ -89,22 +89,11 @@
</div> </div>
</div> </div>
</div> </div>
<!-- Versão para tema escuro (ícone branco) --> <div id="notification" class="icon-button" data-i18n-key="header.notification" data-i18n-attrs="title" hidden>
<div id="notification" class="icon-button dark-mode" data-i18n-key="header.notification" data-i18n-attrs="title" hidden>
<lord-icon <lord-icon
src="https://cdn.lordicon.com/lznlxwtc.json" src="https://cdn.lordicon.com/lznlxwtc.json"
trigger="hover" trigger="hover"
colors="primary:#ffffff" colors="primary:#e8b730"
style="width:24px;height:24px">
</lord-icon>
</div>
<!-- Versão para tema claro (ícone preto) -->
<div id="notification" class="icon-button light-mode" data-i18n-key="header.notification" data-i18n-attrs="title" hidden>
<lord-icon
src="https://cdn.lordicon.com/lznlxwtc.json"
trigger="hover"
colors="primary:#000000"
style="width:24px;height:24px"> style="width:24px;height:24px">
</lord-icon> </lord-icon>
</div> </div>