From 5274913e857aa41bda3071083d546b6d911e59ec Mon Sep 17 00:00:00 2001 From: Joone Hur Date: Sun, 24 Mar 2024 12:51:44 -0700 Subject: [PATCH] Update font size in main.css to 17px Increase the font size in main.css to improve readability and user experience. Removed unnecessary font size declaration for section. --- docs/assets/styles/main.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/assets/styles/main.css b/docs/assets/styles/main.css index b89ef7c1..da61e69b 100644 --- a/docs/assets/styles/main.css +++ b/docs/assets/styles/main.css @@ -9,7 +9,7 @@ html { color: #232333; font-family: 'Roboto Mono', monospace; - font-size: 15px; + font-size: 17px; line-height: 1.6em; } body{ @@ -20,10 +20,6 @@ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } - section { - font-size: 1.2rem; - } - ::selection { background: var(--maincolor); color: #fff;