mirror of
https://github.com/supabase/supabase.git
synced 2026-06-24 09:55:17 +08:00
30 lines
370 B
CSS
30 lines
370 B
CSS
body {
|
|
font-family: Helvetica, Arial, Sans-Serif;
|
|
}
|
|
|
|
a {
|
|
display: block;
|
|
margin-bottom: 8px;
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
input {
|
|
display: block;
|
|
width: 320px;
|
|
font-size: 16px;
|
|
padding: 8px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
button {
|
|
margin-bottom: 32px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
pre {
|
|
background: black;
|
|
color: white;
|
|
padding: 16px;
|
|
}
|