From 8c049aa0f79f3c61f6c81976d4098452c765fb6e Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:42:44 -0600 Subject: [PATCH] core: rescale fonts --- default.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/default.css b/default.css index e797beb..2aa20b7 100644 --- a/default.css +++ b/default.css @@ -1,6 +1,5 @@ body { font-family: Arial, sans-serif; - font-size: 14px; color: #4c4f69; line-height: 1.5; max-width: 80rem; @@ -31,7 +30,6 @@ canvas { #navBarLeft { text-align: left; - font-size: 14px; padding: 4px; margin-right: auto; } @@ -70,7 +68,6 @@ canvas { h1 { width: 400px; text-align: center; - font-size: 1.8rem; margin: auto; padding: 8px; background: #e6e9ef; @@ -78,14 +75,12 @@ h1 { } h2 { - font-size: 1.8rem; text-align: center; margin-top: 0; margin-bottom: 0.5rem; } h3 { - font-size: 2.8rem; text-align: right; padding: 8px; color: rgba(254, 100, 11, 0.7); @@ -93,7 +88,6 @@ h3 { h4 { color: #8c8fa1; - font-size: 1.1rem; margin-top: 0; margin-bottom: 0.5rem; }