Commit 91754848 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

fix(styles): revert global bold on links (#4755)

parent d8eb4d18
import { globalStyle, style } from '@vanilla-extract/css' import { style } from '@vanilla-extract/css'
import { center } from 'nft/css/common.css' import { center } from 'nft/css/common.css'
import { sprinkles, themeVars, vars } from 'nft/css/sprinkles.css' import { sprinkles, themeVars, vars } from 'nft/css/sprinkles.css'
globalStyle('a', {
color: vars.color.genieBlue,
fontWeight: 'bold',
textDecoration: 'none',
})
export const modalContainer = style([ export const modalContainer = style([
sprinkles({ sprinkles({
display: 'flex', display: 'flex',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment