Skip to content

Commit 5c56d1d

Browse files
committed
docs(readme): update caution section styling and messaging
1 parent 2992e72 commit 5c56d1d

5 files changed

Lines changed: 988 additions & 557 deletions

File tree

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
<div align="center">
3-
<div style="background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%); border: 4px solid #ff0000; border-radius: 12px; padding: 20px; margin: 20px auto; max-width: 800px; box-shadow: 0 8px 16px rgba(255, 0, 0, 0.3);">
4-
<p style="color: #ffffff; font-size: 24px; font-weight: bold; margin: 0; text-shadow: 2px 2px 4px rgba(0,0,0,0.5);">
5-
⚠️ WARNING ⚠️
3+
<div style="background: linear-gradient(135deg, #ffd93d 0%, #f5c800 100%); border: 4px solid #e6b800; border-radius: 12px; padding: 20px; margin: 20px auto; max-width: 800px; box-shadow: 0 8px 16px rgba(230, 184, 0, 0.3);">
4+
<p style="color: #000000; font-size: 42px; font-weight: bold; margin: 0;">
5+
💣 CAUTION 💣
66
</p>
7-
<p style="color: #fff; font-size: 16px; margin: 10px 0 0 0; line-height: 1.6;">
8-
This documentation is AI-generated and may contain <strong>hallucinations</strong>, <strong>inaccuracies</strong>, or <strong>outdated information</strong>.<br/>
9-
Always verify critical details in the source code.
7+
<p style="color: #000; font-size: 27px; font-weight: bold; margin: 10px 0 0 0; line-height: 1.6;">
8+
This documentation may contain <strong>inaccuracies</strong>.<br/>
9+
Verify critical details in the source code and example demos.
1010
</p>
1111
</div>
1212

0 commit comments

Comments
 (0)