File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,5 @@ agentic_security/agents/operator_agno.py
2323.claude /
2424plan.md
2525auto_loop.sh
26+ .venv /
27+ .cache /
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ async def serve_icon(icon_name: str) -> FileResponse:
115115async def proxy_tailwindcss () -> FileResponse :
116116 """Proxy the Tailwind CSS script."""
117117 return proxy_external_resource (
118- "https://cdn.tailwindcss.com " ,
118+ "https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4 " ,
119119 STATIC_DIR / "tailwindcss.js" ,
120120 "application/javascript" ,
121121 )
Original file line number Diff line number Diff line change 11 < div id ="consent-modal " v-if ="showConsentModal "
2- class ="fixed inset-0 bg-black bg-opacity- 75 flex justify-center items-center z-50 ">
2+ class ="fixed inset-0 bg-black/ 75 flex justify-center items-center z-50 ">
33 < div
44 class ="bg-dark-card text-dark-text p-8 rounded-xl shadow-2xl max-w-xl w-full ">
55 < h2 class ="text-2xl font-bold mb-6 text-center "> AI Red Team Ethical
@@ -54,12 +54,12 @@ <h2 class="text-2xl font-bold mb-6 text-center">AI Red Team Ethical
5454 < div class ="flex justify-center space-x-4 mt-8 ">
5555 < button
5656 @click ="declineConsent "
57- class ="bg-dark-accent-red text-white rounded-lg px-6 py-3 font-medium hover:bg-opacity- 80 transition-colors ">
57+ class ="bg-dark-accent-red text-white rounded-lg px-6 py-3 font-medium hover:bg-dark-accent-red/ 80 transition-colors ">
5858 Decline
5959 </ button >
6060 < button
6161 @click ="acceptConsent "
62- class ="bg-dark-accent-green text-dark-bg rounded-lg px-6 py-3 font-medium hover:bg-opacity- 80 transition-colors ">
62+ class ="bg-dark-accent-green text-dark-bg rounded-lg px-6 py-3 font-medium hover:bg-dark-accent-green/ 80 transition-colors ">
6363 I Agree and Understand
6464 </ button >
6565 </ div >
You can’t perform that action at this time.
0 commit comments