Mercurial
diff mrjunejune/src/jrpg/jrpg.css @ 260:1f9877b637e9
Add Copilot-powered cyberpunk JRPG chat
Integrate the production JRPG chat with Seobeo streaming, Deita persistence, and a Bazel-managed Copilot SDK and LiteLLM inference stack.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <mrjunejune@users.noreply.github.com> |
|---|---|
| date | Wed, 05 Aug 2026 09:19:41 -0700 |
| parents | 667156fcd3e3 |
| children | b401627fc49e |
line wrap: on
line diff
--- a/mrjunejune/src/jrpg/jrpg.css Wed Aug 05 09:19:41 2026 -0700 +++ b/mrjunejune/src/jrpg/jrpg.css Wed Aug 05 09:19:41 2026 -0700 @@ -500,6 +500,11 @@ background: var(--mjj-jrpg-primary-hover); } +.jrpg-composer [data-cancel-control] > button { + border-color: var(--mjj-jrpg-accent); + background: var(--mjj-jrpg-accent); +} + .jrpg-composer button:disabled { opacity: var(--zenbu-sys-opacity-disabled); cursor: not-allowed;