From 0d350a77a82cba0b8cb8cad7fce82f31f8bc9005 Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Wed, 29 May 2024 09:57:09 +0200 Subject: [PATCH] Remove font size override --- _assets/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_assets/css/style.css b/_assets/css/style.css index 5fb05b1..cc1cc12 100644 --- a/_assets/css/style.css +++ b/_assets/css/style.css @@ -396,10 +396,6 @@ font-weight: 500 !important; } -p { - font-size: 18px; -} - .dark p { color: rgba(255, 255, 255, 0.70); }