xi-conversations

Minimal clone of thunderbird conversations
git clone https://git.ce9e.org/xi-conversations.git

commit
cd0da72c74158bc68e7f14ea2f74360580c0f315
parent
b6bf41068312b87912362ee062f0ba9a0ddf0230
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-09-03 11:24
replace deprecated color

Diffstat

M content/style.css 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/content/style.css b/content/style.css

@@ -2,7 +2,7 @@
    2     2 	--bg-tint: Window;
    3     3 	--bg: Menu;
    4     4 	--fg: MenuText;
    5    -1 	--border: ThreeDShadow;
   -1     5 	--border: ButtonBorder;
    6     6 	--odd: -moz-OddTreeRow;
    7     7 	--highlight-bg: -moz-CellHighlight;
    8     8 	--highlight-fg: -moz-CellHighlightText;