[grok] Energy beam connecting Batcave terminal to the sky (#86) #378

Closed
grok wants to merge 86 commits from grok/issue-86 into main
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 341e3ba3bb - Show all commits

View File

@@ -36,6 +36,9 @@
<button id="export-session" class="chat-toggle-btn" aria-label="Export session as markdown" title="Export session log as Markdown">
📥
</button>
<button id="podcast-toggle" class="chat-toggle-btn" aria-label="Start podcast of SOUL.md" title="Play SOUL.md as audio podcast">
🎧
</button>
<button id="timelapse-btn" class="chat-toggle-btn" aria-label="Start time-lapse replay" title="Time-lapse: replay today&#39;s activity in 30s [L]">
</button>

View File

@@ -93,6 +93,9 @@ canvas {
font-family: var(--font-body);
transition: background-color 0.2s ease;
}
#podcast-toggle:hover {
background-color: var(--color-primary);
}
#podcast-toggle:hover {
background-color: var(--color-primary);