mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-23 00:48:11 -07:00
website: moved more code to lc wrapper
This commit is contained in:
+6
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user