Spaces:
Configuration error
Configuration error
| .example-prompts-box { | |
| background-color: #2a2c37; | |
| border: 1.5px solid #565867; | |
| border-radius: 8px; | |
| padding: 15px 20px; | |
| margin-bottom: 20px; | |
| max-width: 700px; | |
| color: #e5e5e5; | |
| font-family: Arial, sans-serif; | |
| } | |
| .example-prompts-box h3 { | |
| margin-top: 0; | |
| margin-bottom: 12px; | |
| color: #5671f5; | |
| font-weight: 700; | |
| font-size: 18px; | |
| } | |
| .example-prompts-box ul { | |
| list-style: none; | |
| padding-left: 0; | |
| margin: 0; | |
| } | |
| .example-prompts-box li { | |
| cursor: pointer; | |
| padding: 8px 10px; | |
| border-radius: 5px; | |
| margin-bottom: 10px; | |
| transition: background-color 0.2s ease; | |
| font-size: 14px; | |
| line-height: 1.4; | |
| } | |
| .example-prompts-box li:hover, | |
| .example-prompts-box li:focus { | |
| background-color: #5671f5; | |
| color: white; | |
| outline: none; | |
| } | |
| .example-prompts-box li { | |
| cursor: pointer; | |
| padding: 12px 14px; | |
| border-radius: 8px; | |
| margin-bottom: 12px; | |
| background-color: #2f3240; | |
| box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); | |
| transition: background-color 0.2s ease, box-shadow 0.3s ease; | |
| font-size: 14px; | |
| line-height: 1.4; | |
| color: #e5e5e5; | |
| } | |
| .example-prompts-box li:hover, | |
| .example-prompts-box li:focus { | |
| background-color: #5671f5; | |
| color: white; | |
| box-shadow: | |
| 0 4px 12px rgba(86, 113, 245, 0.7), | |
| inset 0 0 6px 2px rgba(255, 255, 255, 0.2); | |
| outline: none; | |
| } | |