Skip to content

Commit

Permalink
refactor(shiraha-ve): πŸ’„ set accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Oct 1, 2023
1 parent 81728b7 commit 2247bc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/shiraha-ve/src/base/html.global.css.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { globalStyle } from '@vanilla-extract/css'
import OP from 'open-props'

import { vars } from '../vars.css'

globalStyle('html', {
accentColor: vars.color.primary,
boxSizing: 'border-box',
fontFamily: OP.fontSans,
fontSize: OP.fontSize1,
Expand Down

0 comments on commit 2247bc7

Please sign in to comment.