Gradient Theme - Moonlight
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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,
|
||||
});
|
||||
Reference in New Issue
Block a user