mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 04:22:07 +00:00
* Add API for frameworks and examples * Adjust headers * Update frameworks list * Always use latest * Add types * Use now repo for downloading and listing * Use .existsSync * Remove unused packages * Use 307 for redirect * Add examples * Update tsconfig.json Co-Authored-By: Steven <steven@ceriously.com> * Make examples unique * Remove detectors from frameworks API * Use /api instead of Next.js * Install dependencies * Rename project * Change name * Empty * Change name * Update api/tsconfig.json Co-Authored-By: Steven <steven@ceriously.com> * Update examples Co-authored-by: Steven <steven@ceriously.com>
25 lines
546 B
SCSS
25 lines
546 B
SCSS
body {
|
|
background-color: #fbc547;
|
|
color: #333;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir",
|
|
"Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans",
|
|
"Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu",
|
|
"Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
|
|
padding: 18vh 1rem;
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
color: rgba(#000, 0.7);
|
|
|
|
&:focus,
|
|
&:hover {
|
|
color: rgba(#000, 0.6);
|
|
}
|
|
}
|
|
|
|
.middleman-logo {
|
|
margin-bottom: 1rem;
|
|
width: 10rem;
|
|
}
|