Set link colors
This commit is contained in:
@ -134,6 +134,9 @@ export default function EmailsPage(): JSX.Element {
|
||||
css={{
|
||||
my: '5px',
|
||||
fontSize: '11px',
|
||||
a: {
|
||||
color: '$omnivoreCtaYellow',
|
||||
},
|
||||
}}
|
||||
>
|
||||
{`created ${formattedShortDate(email.createdAt)}, `}
|
||||
|
||||
@ -56,6 +56,9 @@ export default function SubscriptionsPage(): JSX.Element {
|
||||
css={{
|
||||
my: '5px',
|
||||
fontSize: '11px',
|
||||
a: {
|
||||
color: '$omnivoreCtaYellow',
|
||||
},
|
||||
}}
|
||||
>
|
||||
{`Last received ${formattedShortDate(
|
||||
|
||||
Reference in New Issue
Block a user