From 5064385c8c636e42a7650fdfebf186380e8a7caa Mon Sep 17 00:00:00 2001 From: Irastris Date: Thu, 14 May 2026 21:12:36 -0400 Subject: [PATCH] Add styling for tags (#1349) --- res/rml/window.rcss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/rml/window.rcss b/res/rml/window.rcss index 99b3753d68..ab338e97c7 100644 --- a/res/rml/window.rcss +++ b/res/rml/window.rcss @@ -14,6 +14,10 @@ body { color: #E0DBC8; } +b { + font-weight: bold; +} + window { display: flex; flex-flow: column;