Merge pull request 'minor styling' (#24) from ai-enhancement into main

Reviewed-on: mstoeck3/cc24-hub#24
This commit is contained in:
Mario Stöckl 2025-07-26 22:06:26 +00:00
commit c4272871ba
3 changed files with 4 additions and 4 deletions

View File

@ -656,7 +656,7 @@ document.addEventListener('DOMContentLoaded', () => {
const resultsHTML = ` const resultsHTML = `
<div class="workflow-container"> <div class="workflow-container">
<div style="text-align: center; margin-bottom: 2rem; padding: 1.5rem; background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 100%); color: white; border-radius: 0.75rem;"> <div style="text-align: center; margin-bottom: 2rem; padding: 1.5rem; background: linear-gradient(135deg, var(--color-primary) 0%, #525252 100%); color: white; border-radius: 0.75rem;">
<h3 style="margin: 0 0 0.75rem 0; font-size: 1.5rem;">Empfohlener DFIR-Workflow</h3> <h3 style="margin: 0 0 0.75rem 0; font-size: 1.5rem;">Empfohlener DFIR-Workflow</h3>
<p style="margin: 0; opacity: 0.9; line-height: 1.5;"> <p style="margin: 0; opacity: 0.9; line-height: 1.5;">
Basierend auf Ihrer Anfrage: "<em>${originalQuery.slice(0, 100)}${originalQuery.length > 100 ? '...' : ''}</em>" Basierend auf Ihrer Anfrage: "<em>${originalQuery.slice(0, 100)}${originalQuery.length > 100 ? '...' : ''}</em>"
@ -803,7 +803,7 @@ document.addEventListener('DOMContentLoaded', () => {
const resultsHTML = ` const resultsHTML = `
<div class="tool-results-container"> <div class="tool-results-container">
<div style="text-align: center; margin-bottom: 2rem; padding: 1.5rem; background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 100%); color: white; border-radius: 0.75rem;"> <div style="text-align: center; margin-bottom: 2rem; padding: 1.5rem; background: linear-gradient(135deg, var(--color-primary) 0%, #525252 100%); color: white; border-radius: 0.75rem;">
<h3 style="margin: 0 0 0.75rem 0; font-size: 1.5rem;"> <h3 style="margin: 0 0 0.75rem 0; font-size: 1.5rem;">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="margin-right: 0.5rem; vertical-align: middle;"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="margin-right: 0.5rem; vertical-align: middle;">
<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/> <path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/>

View File

@ -327,7 +327,7 @@ export const POST: APIRoute = async ({ request }) => {
content: sanitizedQuery content: sanitizedQuery
} }
], ],
max_tokens: 2000, max_tokens: 2500,
temperature: 0.3 temperature: 0.3
}) })
}) })

View File

@ -532,7 +532,7 @@ input[type="checkbox"] {
} }
.matrix-table th { .matrix-table th {
background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%); background: linear-gradient(135deg, var(--color-primary) 0%, #525252 100%);
color: white; color: white;
font-weight: 600; font-weight: 600;
position: sticky; position: sticky;