ps2.live-old/app/root.css.ts

8 lines
189 B
TypeScript

import { style } from "@vanilla-extract/css";
export const root = style({
fontFamily: "Arial, Helvetica, sans-serif",
background: "#101010",
color: "#efefef",
lineHeight: 1.6,
});