From 4dfce57bd175329781e9d7df8472077c5450a1e0 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 10 Feb 2025 10:25:44 +0200 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 544bdd186d..fe36f2deb1 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -2731,22 +2731,31 @@ table.table td.cell .html-container { margin-top: var(--line-height-computed); margin-bottom: calc(var(--line-height-computed) / 2); } + h2, h3 { font-weight: 600; margin-top: calc(var(--line-height-computed) / 2 * 1.2); margin-bottom: calc(var(--line-height-computed) / 2); } + + h4 { + font-weight: 500; + } + h4, h5, h6 { font-weight: normal; margin-top: calc(var(--line-height-computed) / 2); margin-bottom: calc(var(--line-height-computed) / 2); } + h1 { font-size: calc(var(--font-size-base) * 1.2); } + h2 { font-size: calc(var(--font-size-base) * 1.1); } + h3, h4, h5, h6 { font-size: var(--font-size-base); }