From adec36d5449f8cb5dd068389d2e5c86e027b4906 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:45:38 -0700 Subject: [PATCH] fix: adjust margins - use default browser highlight background --- apps/client/src/features/editor/styles/core.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/client/src/features/editor/styles/core.css b/apps/client/src/features/editor/styles/core.css index de60d710..051921de 100644 --- a/apps/client/src/features/editor/styles/core.css +++ b/apps/client/src/features/editor/styles/core.css @@ -33,8 +33,8 @@ } p { - margin-top: 0.65em; - margin-bottom: 0.65em; + margin-top: 0.5em; + margin-bottom: 0.5em; } ul, @@ -57,6 +57,7 @@ h5, h6 { line-height: 1.1; + margin-bottom: 10px; } code { @@ -136,7 +137,7 @@ .selection, *::selection { - background-color: light-dark(var(--mantine-color-gray-2), var(--mantine-color-gray-7)); + background-color: Highlight; } .comment-mark {