From 8bd5b17906ac145fd35383bad413bca4aa342688 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Tue, 21 Jan 2025 17:30:52 +0000 Subject: chat: Attempt to add spell checking with a GtkSourceView widget Does not currently work --- src/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index a95fb4d..c4342cc 100644 --- a/src/style.css +++ b/src/style.css @@ -15,3 +15,8 @@ box.message { .system-message { opacity: 0.6; } + +.entry-frame { + border: 3px solid #ebebeb; + border-radius: 10px; +} -- cgit