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