Kitchen Sink
Global style reference. This page is unlisted.
Typography
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Body text with strong emphasis and italic emphasis. Also bold works. Here's a link to nowhere for hover effects.
Second paragraph to show spacing. The quick brown fox jumps over the lazy dog. Typography should feel readable at length without causing eye strain.
Blockquote
"The future is already here — it's just not evenly distributed." — William Gibson
Code
Inline code snippets look like this.
// Code block
function greet(name) {
console.log(`Hello, ${name}`);
return true;
} Another Example
npm install astro Lists
Unordered List
- First item
- Second item
- Third item with more text to show wrapping behavior
Ordered List
- Step one
- Step two
- Step three
Command List
npm install- Install dependenciesnpm run dev- Start dev servernpm run build- Production build
Callouts
Info: Neutral information callout. Use for tips and general notes.
Warning: Proceed with caution. Something needs attention.
Danger: Critical warning. Data loss or breaking changes ahead.
Success: Operation completed. Everything is working as expected.
Table
| Variable | Value | Usage |
|---|---|---|
--neon-cyan | #00ffff | Primary accent |
--neon-magenta | #ff00ff | Secondary accent |
--synth-pink | #ff006e | Danger states |
Form Elements
Images
Images get the cyan border treatment:
Image as Link
Markdown syntax: [](href)
Horizontal Rule
The glowing divider you've been seeing throughout.