| body { |
| padding: 2rem; |
| font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif; |
| } |
|
|
| h1 { |
| font-size: 16px; |
| margin-top: 0; |
| } |
|
|
| p { |
| color: rgb(107, 114, 128); |
| font-size: 15px; |
| margin-bottom: 10px; |
| margin-top: 5px; |
| } |
|
|
| .card { |
| max-width: 620px; |
| margin: 0 auto; |
| padding: 16px; |
| border: 1px solid lightgray; |
| border-radius: 16px; |
| } |
|
|
| .card p:last-child { |
| margin-bottom: 0; |
| } |
|
|
| #llama-user-input { |
| background: #fff !important; |
| color: #222 !important; |
| border: 1px solid #ccc !important; |
| border-radius: 4px !important; |
| padding: 8px !important; |
| width: 100% !important; |
| box-sizing: border-box !important; |
| } |
| #llama-user-input::placeholder { |
| color: #888 !important; |
| opacity: 1 !important; |
| } |
| #llama-input-row { |
| display: flex; |
| gap: 8px; |
| margin-top: 8px; |
| } |
| #llama-send-btn { |
| background: #e11d48; |
| color: #fff; |
| font-weight: 600; |
| border-radius: 4px; |
| border: none; |
| padding: 8px 16px; |
| cursor: pointer; |
| transition: background 0.2s; |
| } |
| #llama-send-btn:disabled { |
| background: #aaa; |
| cursor: not-allowed; |
| } |
| #llama-messages { |
| min-height: 120px; |
| margin-bottom: 8px; |
| background: #f4f4f4; |
| color: #222; |
| border-radius: 4px; |
| padding: 8px; |
| max-height: 300px; |
| overflow-y: auto; |
| } |
| body { |
| padding: 2rem; |
| font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif; |
| } |
|
|
| h1 { |
| font-size: 16px; |
| margin-top: 0; |
| } |
|
|
| p { |
| color: rgb(107, 114, 128); |
| font-size: 15px; |
| margin-bottom: 10px; |
| margin-top: 5px; |
| } |
|
|
| .card { |
| max-width: 620px; |
| margin: 0 auto; |
| padding: 16px; |
| border: 1px solid lightgray; |
| border-radius: 16px; |
| } |
|
|
| .card p:last-child { |
| margin-bottom: 0; |
| } |
|
|
| #llama-user-input { |
| background: #fff !important; |
| color: #222 !important; |
| border: 1px solid #ccc !important; |
| border-radius: 4px !important; |
| padding: 8px !important; |
| width: 100% !important; |
| box-sizing: border-box !important; |
| } |
| #llama-user-input::placeholder { |
| color: #888 !important; |
| opacity: 1 !important; |
| } |
| #llama-input-row { |
| display: flex; |
| gap: 8px; |
| margin-top: 8px; |
| } |
| #llama-send-btn { |
| background: #e11d48; |
| color: #fff; |
| font-weight: 600; |
| border-radius: 4px; |
| border: none; |
| padding: 8px 16px; |
| cursor: pointer; |
| transition: background 0.2s; |
| } |
| #llama-send-btn:disabled { |
| background: #aaa; |
| cursor: not-allowed; |
| } |
| #llama-messages { |
| min-height: 120px; |
| margin-bottom: 8px; |
| background: #f4f4f4; |
| color: #222; |
| border-radius: 4px; |
| padding: 8px; |
| max-height: 300px; |
| overflow-y: auto; |
| } |
|
|