ps2.live-old/app/globalStyles.ts

12 lines
331 B
TypeScript

import { styled } from "styletron-react";
export const Body = styled("body", {
backgroundImage:
"radial-gradient(ellipse at bottom right, #1b2735 0%,#090a0f 100%)",
backgroundSize: "cover",
backgroundAttachment: "fixed",
color: "#fff",
lineHeight: 1.6,
fontFamily: "Inter, system-ui, sans-serif",
margin: 0,
});