mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* chore: convert to monorepo * Remove eslint, typescript, semantic-release * Add yarn.lock * Add turbo * Run test command * Move to src * Add a seperate tsconfig file * Update .gitignore * Update commands to yarn * Replace semantic-release with changesets * Update changesets usage * Fix commands: dev, setup, clean * Add back changes from main * Fixed HMR * Update .gitignore
30 lines
563 B
CSS
30 lines
563 B
CSS
body {
|
|
font-family: -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
padding: 0 1rem 1rem 1rem;
|
|
max-width: 680px;
|
|
margin: 0 auto;
|
|
background: #fff;
|
|
color: var(--color-text);
|
|
}
|
|
|
|
li,
|
|
p {
|
|
line-height: 1.5rem;
|
|
}
|
|
|
|
a {
|
|
font-weight: 500;
|
|
}
|
|
|
|
hr {
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
iframe {
|
|
background: #ccc;
|
|
border: 1px solid #ccc;
|
|
height: 10rem;
|
|
width: 100%;
|
|
border-radius: .5rem;
|
|
filter: invert(1);
|
|
} |