From 8346efc84c716364ad747340fab06ccfd09ef9d0 Mon Sep 17 00:00:00 2001 From: "Stephen A. Bernhardt" Date: Tue, 18 Feb 2025 09:00:27 -0600 Subject: [PATCH] Increase `body` font size and make `line-height` unitless --- src/wp-content/themes/twentyten/editor-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyten/editor-style.css b/src/wp-content/themes/twentyten/editor-style.css index c397b116c2c20..e1d456b80b4b6 100644 --- a/src/wp-content/themes/twentyten/editor-style.css +++ b/src/wp-content/themes/twentyten/editor-style.css @@ -33,8 +33,8 @@ code, code var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } body, input, textarea { - font-size: 12px; - line-height: 18px; + font-size: 16px; + line-height: 1.5; } hr { background-color: #e7e7e7;