Skip to content

Commit e8d18d8

Browse files
committed
⚡️(frontend) improve contrast for links
Updated anchor link color from greyscale-500 to greyscale-600
1 parent 67a195f commit e8d18d8

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-editor

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-editor/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const cssEditor = (readonly: boolean) => css`
8888
font-size: 1.25rem;
8989
}
9090
a {
91-
color: var(--c--theme--colors--greyscale-500);
91+
color: var(--c--theme--colors--greyscale-600);
9292
cursor: pointer;
9393
}
9494
.bn-block-group

0 commit comments

Comments
 (0)