Skip to content

Commit a284275

Browse files
committed
fix(revert demo):
1 parent b923f7f commit a284275

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ agentic_security --port=PORT --host=HOST
8383

8484
## UI 🧙
8585

86-
![booking-screen](https://res.cloudinary.com/dq0w2rtm9/image/upload/v1741192668/final_aa9jhb.gif)
86+
<img width="100%" alt="booking-screen" src="https://res.cloudinary.com/dq0w2rtm9/image/upload/v1736433557/z0bsyzhsqlgcr3w4ovwp.gif">
8787

8888
## LLM kwargs
8989

agentic_security/static/partials/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
technopollas: ['Technopollas', 'sans-serif'],
2020
},
2121
colors: {
22-
dark: {
22+
t1: {
2323
bg: '#0D0D0D', // Jet Black
2424
card: '#1A1A1A', // Dark Carbon Fiber
2525
text: '#FFFFFF',
@@ -30,7 +30,7 @@
3030
yellow: '#2E4053', // Jet Black
3131
},
3232
},
33-
dark1: {
33+
dark: {
3434
bg: '#121212',
3535
card: '#1E1E1E',
3636
text: '#FFFFFF',

0 commit comments

Comments
 (0)