️(frontend) improve contrast for links

Updated anchor link color from greyscale-500 to greyscale-600
This commit is contained in:
Cyril
2025-07-28 15:55:33 +02:00
parent 67a195f89c
commit e8d18d85e9

View File

@@ -88,7 +88,7 @@ export const cssEditor = (readonly: boolean) => css`
font-size: 1.25rem; font-size: 1.25rem;
} }
a { a {
color: var(--c--theme--colors--greyscale-500); color: var(--c--theme--colors--greyscale-600);
cursor: pointer; cursor: pointer;
} }
.bn-block-group .bn-block-group