~repos /edge-city

#react#js#ssr

git clone https://pyrossh.dev/repos/edge-city.git

edge-city is a next level meta-framework for react that runs only on edge runtimes



example/src/pages/app.css



html {
line-height: 1.5;
font-size: 16px;
-webkit-text-size-adjust: 100%;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
}
body {
font-family: inherit;
line-height: inherit;
}
h1 {
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 700;
margin-top: 1rem;
margin-bottom: 1rem;
}
a:hover {
text-decoration: underline;
}