From e8d18d85e9b5a5546fc6a9e0edb0f16f9cd5c3bc Mon Sep 17 00:00:00 2001 From: Cyril Date: Mon, 28 Jul 2025 15:55:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F(frontend)=20improve=20contra?= =?UTF-8?q?st=20for=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated anchor link color from greyscale-500 to greyscale-600 --- .../apps/impress/src/features/docs/doc-editor/styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/apps/impress/src/features/docs/doc-editor/styles.tsx b/src/frontend/apps/impress/src/features/docs/doc-editor/styles.tsx index f24cd952..6c0a63a5 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-editor/styles.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-editor/styles.tsx @@ -88,7 +88,7 @@ export const cssEditor = (readonly: boolean) => css` font-size: 1.25rem; } a { - color: var(--c--theme--colors--greyscale-500); + color: var(--c--theme--colors--greyscale-600); cursor: pointer; } .bn-block-group