Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 259:667156fcd3e3 | 260:1f9877b637e9 |
|---|---|
| 498 .jrpg-composer zen-button > button:hover { | 498 .jrpg-composer zen-button > button:hover { |
| 499 border-color: var(--mjj-jrpg-primary-hover); | 499 border-color: var(--mjj-jrpg-primary-hover); |
| 500 background: var(--mjj-jrpg-primary-hover); | 500 background: var(--mjj-jrpg-primary-hover); |
| 501 } | 501 } |
| 502 | 502 |
| 503 .jrpg-composer [data-cancel-control] > button { | |
| 504 border-color: var(--mjj-jrpg-accent); | |
| 505 background: var(--mjj-jrpg-accent); | |
| 506 } | |
| 507 | |
| 503 .jrpg-composer button:disabled { | 508 .jrpg-composer button:disabled { |
| 504 opacity: var(--zenbu-sys-opacity-disabled); | 509 opacity: var(--zenbu-sys-opacity-disabled); |
| 505 cursor: not-allowed; | 510 cursor: not-allowed; |
| 506 } | 511 } |
| 507 | 512 |