Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-01-27 22:58:57 +0000
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-01-27 22:58:57 +0000
commit29234ead927f64837fd49cab17cbcf261147ccfa (patch)
treeb6fb70749c5a0d26bfd9f8dd612cf63d65c4f0f4 /src/style.css
parent903e32b804eb257ffeb87d76bde373bcb9ac882c (diff)
chat: Fix spell checking, fix theme of GtkSource widgetHEADspellchecking_sourceviewmain
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
1 files changed, 2 insertions, 2 deletions
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;
}