Fix metadata link contrast color

This commit is contained in:
Zoe Roux 2023-11-03 18:12:36 +01:00
parent 0eb7a58494
commit 3386263fbe

View File

@ -437,7 +437,7 @@ export const Header = ({
outline outline
{...css({ {...css({
m: ts(0.5), m: ts(0.5),
color: "inherit", color: (theme: Theme) => theme.contrast,
fover: { fover: {
self: { self: {
color: (theme: Theme) => theme.contrast, color: (theme: Theme) => theme.contrast,