From 4ced3ddd24b35bebb4b48ea758e00c5c1e9587f0 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sat, 30 May 2020 15:43:09 -0500 Subject: [PATCH] Don't use lowercase nums in code listings --- www/css/manual.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/manual.css b/www/css/manual.css index 875f3f4f..ef7681e8 100644 --- a/www/css/manual.css +++ b/www/css/manual.css @@ -6,6 +6,7 @@ main code:first-child{ code{ hyphens: none; + font-variant-numeric: normal; } blockquote,