ZENLLC commited on
Commit
9f9d174
Β·
verified Β·
1 Parent(s): 8b603dc

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +11 -10
style.css CHANGED
@@ -39,18 +39,19 @@ h1, h2, h3, h4, h5, h6 {
39
  }
40
  .gr-button-primary:hover { filter: brightness(1.1); }
41
 
42
- /* ─────────────────────────────────────────
43
- Chatbot bubbles
44
- ────────────────────────────────────────── */
45
- .gr-chatbot .message.user {
46
- background: hsla(var(--zen-accent-h) var(--zen-accent-s) calc(var(--zen-accent-l) + 25%), .18);
47
- color: #000; /* NEW: readable text */
48
- }
49
- .gr-chatbot .message.bot {
50
- background: hsla(var(--zen-accent-h) var(--zen-accent-s) calc(var(--zen-accent-l) + 15%), .13);
51
- color: #000; /* NEW: readable text */
52
  }
53
 
 
 
 
 
54
  /* ─────────────────────────────────────────
55
  Media & input
56
  ────────────────────────────────────────── */
 
39
  }
40
  .gr-button-primary:hover { filter: brightness(1.1); }
41
 
42
+ /* ── Chatbot bubbles ───────────────────────────── */
43
+ .gr-chatbot,
44
+ .gr-chatbot .message,
45
+ .gr-chatbot .message.user,
46
+ .gr-chatbot .message.bot {
47
+ /* force bright text inside every bubble */
48
+ color: #fff;
 
 
 
49
  }
50
 
51
+ /* optional: tweak links inside bubbles so they’re still visible */
52
+ .gr-chatbot a {
53
+ color: hsl(var(--zen-accent-h) var(--zen-accent-s) 85%); /* lighter accent */
54
+ }
55
  /* ─────────────────────────────────────────
56
  Media & input
57
  ────────────────────────────────────────── */