From 17e09590a1d20eaa3b222c3dbfe5a64394b8f908 Mon Sep 17 00:00:00 2001 From: modzeleg Date: Fri, 23 Apr 2021 11:19:12 +0200 Subject: [PATCH] Decreased size of clickable-text.switch font --- css/r11tool.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/r11tool.css b/css/r11tool.css index 81a3bbd..2243166 100644 --- a/css/r11tool.css +++ b/css/r11tool.css @@ -91,7 +91,7 @@ body { } .clickable-text.switch { - font-size: 24px; + font-size: 18px; font-weight: 700; }