Update index.html

This commit is contained in:
ErikrafT 2025-04-15 17:45:57 -03:00 committed by GitHub
parent 2768be8c95
commit 7d388967c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 5 deletions

View File

@ -89,11 +89,25 @@
</div> </div>
</div> </div>
</div> </div>
<div id="notification" class="icon-button" data-i18n-key="header.notification" data-i18n-attrs="title" hidden> <!-- Versão para tema escuro (ícone branco) -->
<svg class="icon"> <div id="notification" class="icon-button dark-mode" data-i18n-key="header.notification" data-i18n-attrs="title" hidden>
<use xlink:href="#notifications"></use> <lord-icon
</svg> src="https://cdn.lordicon.com/lznlxwtc.json"
</div> trigger="hover"
colors="primary:#ffffff"
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">
</lord-icon>
</div>
<div id="install" class="icon-button" data-i18n-key="header.install" data-i18n-attrs="title" hidden> <div id="install" class="icon-button" data-i18n-key="header.install" data-i18n-attrs="title" hidden>
<svg class="icon"> <svg class="icon">
<use xlink:href="#homescreen"></use> <use xlink:href="#homescreen"></use>