aboutsummaryrefslogtreecommitdiff
path: root/static/js/conversation.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/conversation.js')
-rw-r--r--static/js/conversation.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/conversation.js b/static/js/conversation.js
index d20865f..95626f0 100644
--- a/static/js/conversation.js
+++ b/static/js/conversation.js
@@ -26,6 +26,7 @@ export class Conversation extends HTMLElement {
let who = this.getAttribute("name");
let mood = this.getAttribute("mood");
+ root.appendChild(h("link", {rel: "stylesheet", href: "/css/hack.css"}));
root.appendChild(h("link", {rel: "stylesheet", href: "/css/gruvbox-dark.css"}));
root.appendChild(h("link", {rel: "stylesheet", href: "/css/shim.css"}));
root.appendChild(h("style", {textContent: `img { width: 67%; }`}));