From 5e74cd8d064f582ef3a69ae6b2c0ab2f28b4941e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 27 Aug 2024 16:15:15 +0300 Subject: [PATCH] font change --- frontend/less/espo/custom.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 0ed288ed32..c3925f80c5 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -422,8 +422,7 @@ div.list-expanded > ul > li > div.expanded-row > .cell { #login { .cell label { - font-weight: 600; - color: var(--text-color); + color: var(--text-soft); user-select: none; }