From d9b8d4f7b1a6dba038421c95aa6d8f4c6605fe73 Mon Sep 17 00:00:00 2001 From: johannetronstad Date: Wed, 24 Jul 2024 08:56:21 +0200 Subject: [PATCH] Fiks formattering av code i markdown --- src/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/global.css b/src/global.css index 8f15bfc1..c4c533e9 100644 --- a/src/global.css +++ b/src/global.css @@ -19,3 +19,7 @@ text-wrap: wrap; overflow-wrap: anywhere; } + +.navds-chat__bubble code { + font-family: "Source Sans Pro", Arial, sans-serif; +} \ No newline at end of file