website: moved more code to lc wrapper

This commit is contained in:
nym21
2024-12-04 10:28:30 +01:00
parent 62f6d9a413
commit 8af1ddd10d
6 changed files with 178 additions and 215 deletions
+6 -1
View File
@@ -1547,7 +1547,12 @@
<small style="display: block">
<strong>Bitcoin</strong> is
<b style="color: var(--color)">hope</b>
<span style="filter: var(--emoji-filter)">🕊️</span>
<button
style="filter: var(--emoji-filter)"
onclick="window.document.documentElement.style.colorScheme = window.document.documentElement.style.colorScheme === 'light' ? 'dark' : 'light'"
>
🕊️
</button>
</small>
</header>
</nav>