wehub-cloud-tpl-static-site
de754362ea
Co-authored-by: Cursor <cursoragent@cursor.com>
24 行
381 B
CSS
24 行
381 B
CSS
:root {
|
|
color: #1a1a1a;
|
|
background: #f6f4ef;
|
|
font: 16px/1.5 ui-sans-serif, system-ui, sans-serif;
|
|
}
|
|
body {
|
|
margin: 2rem auto;
|
|
max-width: 40rem;
|
|
padding: 0 1rem;
|
|
}
|
|
header {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.6rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
nav {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.4rem;
|
|
}
|
|
a { color: #0b4f8a; }
|
|
code { font-size: 0.9em; }
|