From 24a4c98d42a60283df1bc7e583604be222de4626 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:23:03 -0800 Subject: [PATCH] UI: improve the style of links in messages --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index 7b3910f9..637dbae5 100644 --- a/css/main.css +++ b/css/main.css @@ -501,6 +501,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { list-style-position: outside; } +.message-body a { + font-weight: 500; +} + .chat .message-body ul, .chat .message-body ol { padding-inline-start: 2em; }