Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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-700);
Copy link
Collaborator

@AntoLC AntoLC Jul 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you add 700 you will not have any color distinction between your text and your link on the other hand:
With 500 (as before):
image
With 700 (new change):
image

I am fine with 700 if you took that into account.

cursor: pointer;
}
.bn-block-group
Expand Down
Loading