From af4ec2b2e67110559de190fbd02356d4a225c596 Mon Sep 17 00:00:00 2001 From: Iksas Date: Wed, 29 Dec 2021 13:16:07 +0100 Subject: [PATCH] remove text-transform property from update command Signed-off-by: Iksas --- style/themes/lcars.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/themes/lcars.css b/style/themes/lcars.css index dee3b357..770778f2 100644 --- a/style/themes/lcars.css +++ b/style/themes/lcars.css @@ -101,6 +101,10 @@ code { font-family: "Ubuntu Mono", Consolas, "Courier New", monospace; } +footer code { + text-transform: none; +} + pre { padding: 10px 3px; border: none;