Files
cinny/src/index.css.ts
T

11 lines
330 B
TypeScript
Raw Normal View History

2026-03-12 12:16:03 +05:30
import { globalStyle } from '@vanilla-extract/css';
import { color } from 'folds';
import { extendedColor } from './colors.css';
globalStyle('body', {
background: extendedColor.background,
borderColor: color.Background.ContainerLine,
outlineColor: color.Background.ContainerLine,
color: color.Background.OnContainer,
});