From afec863395ba60e76f189aa29eba57fb5d4f512f Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Fri, 21 Mar 2025 16:34:06 -0400
Subject: [PATCH] Console: Don't capitalize b32s on LS tab (dark theme)

---
 apps/routerconsole/jsp/themes/console/dark/console.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/routerconsole/jsp/themes/console/dark/console.css b/apps/routerconsole/jsp/themes/console/dark/console.css
index fc4f28bff9..7ea3bc3488 100644
--- a/apps/routerconsole/jsp/themes/console/dark/console.css
+++ b/apps/routerconsole/jsp/themes/console/dark/console.css
@@ -5909,7 +5909,6 @@ table#leasesetsummary th a:hover {
 #leasesetdebug th a,
 #leasesetsummary a {
     font-size: 9pt;
-    text-transform: capitalize;
     letter-spacing: normal;
     word-spacing: normal;
 }
-- 
GitLab