diff --git a/templates/defensive.jinja2 b/templates/defensive.jinja2 index daf1344..f176cd7 100644 --- a/templates/defensive.jinja2 +++ b/templates/defensive.jinja2 @@ -46,7 +46,7 @@
-
+
AI ({{ ai_name }}): I am {{ ai_name }}, the AI. Convince me with a solution to your debt :)
@@ -69,7 +69,7 @@ function appendMessage(sender, text, type) { let alignmentClass = 'justify-content-start'; - let backgroundClass = 'bg-light border'; + let backgroundClass = 'bg-dark border'; let senderTag = `${sender}:`; if (sender === 'You') { diff --git a/templates/offensive.jinja2 b/templates/offensive.jinja2 index 7c1bea5..0799fc6 100644 --- a/templates/offensive.jinja2 +++ b/templates/offensive.jinja2 @@ -46,7 +46,7 @@
-
+
AI ({{ ai_name }}): I am {{ ai_name }}, the AI. Convince me to accept the situation and get me into debt :)
@@ -69,7 +69,7 @@ function appendMessage(sender, text, type) { let alignmentClass = 'justify-content-start'; - let backgroundClass = 'bg-light border'; + let backgroundClass = 'bg-dark border'; let senderTag = `${sender}:`; if (sender === 'You') {