diff --git a/app/public/css/buttons.css b/app/public/css/buttons.css index e7a7b8a9..b8c2d957 100644 --- a/app/public/css/buttons.css +++ b/app/public/css/buttons.css @@ -1,7 +1,7 @@ /* Button Styles and Interactive Elements */ .input-button { - background: var(--falkor-quaternary); + background: var(--falkor-primary); cursor: pointer; transition: all 0.2s ease; border: none; @@ -48,7 +48,7 @@ .action-button:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.25); - background: var(--falkor-accent); + background: var(--falkor-primary); transform: translateY(-1px); } @@ -179,7 +179,7 @@ #github-link-btn:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.25); - background: var(--falkor-accent); + background: var(--falkor-primary); transform: translateY(-1px); color: var(--text-primary); } diff --git a/app/templates/components/chat_input.j2 b/app/templates/components/chat_input.j2 index b7fa6ea4..67b1447e 100644 --- a/app/templates/components/chat_input.j2 +++ b/app/templates/components/chat_input.j2 @@ -3,7 +3,14 @@