Public
Script
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Readme

basic css

just some basic css i use in some of my pages
just sans-serif + browser default color-scheme

1
2
export const basicCss =
`html{font-family:sans-serif;color-scheme:dark light;padding:1rem}h1{font-size:2.5rem;font-weight:300;margin:1rem 0}`;
October 23, 2023