From 11a5c7c2d3d3fdfef963920aee34938de070c0bc Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Sat, 23 Apr 2022 20:02:48 +0200 Subject: [PATCH] fix(plugins/notable): improve readability of indepth badges (#1006) [skip ci] --- source/templates/classic/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/templates/classic/style.css b/source/templates/classic/style.css index c6f2cd4d..5feddec4 100644 --- a/source/templates/classic/style.css +++ b/source/templates/classic/style.css @@ -197,13 +197,12 @@ } .contribution .gauge text { fill: currentColor; - font-size: 12px; - font-size: 15px; - letter-spacing: -2px; + font-size: 13px; } .contribution .gauge { - margin: 0 4px; + margin: 0 6px; color: inherit; + transform: scale(1.4) translateY(1px); } .contribution .icon { fill: currentColor;