mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use the CTA colour for the contact email address
This commit is contained in:
parent
2bb1b2fd9c
commit
d85f3b1dd3
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import Link from 'next/link'
|
||||
import { Box, HStack } from '../../elements/LayoutPrimitives'
|
||||
import { GithubLogo, DiscordLogo, TwitterLogo } from 'phosphor-react'
|
||||
import { theme } from '../../tokens/stitches.config'
|
||||
|
||||
const containerStyles = {
|
||||
padding: '5vw',
|
||||
|
|
@ -65,6 +66,9 @@ const supportStyles = {
|
|||
'@mdDown': {
|
||||
fontSize: '3vw',
|
||||
},
|
||||
a: {
|
||||
color: theme.colors.omnivoreCtaYellow.toString(),
|
||||
},
|
||||
}
|
||||
|
||||
const imageStyles = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue