diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-01-21 17:30:52 +0000 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-01-21 17:30:52 +0000 |
commit | 8bd5b17906ac145fd35383bad413bca4aa342688 (patch) | |
tree | 64539142e5c48b0e0c1cb8cb4135070a89520a76 /src/style.css | |
parent | f3201c850ed6fa967074e0a07d9d017540ae69f4 (diff) |
chat: Attempt to add spell checking with a GtkSourceView widget
Does not currently work
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |