From 29234ead927f64837fd49cab17cbcf261147ccfa Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Mon, 27 Jan 2025 22:58:57 +0000 Subject: chat: Fix spell checking, fix theme of GtkSource widget --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index c4342cc..363bf29 100644 --- a/src/style.css +++ b/src/style.css @@ -17,6 +17,6 @@ box.message { } .entry-frame { - border: 3px solid #ebebeb; - border-radius: 10px; + border-radius: 9px; + background: #ebebeb; } -- cgit