Dark Theme Demo
This page demonstrates the dark theme variant.
Features
- Automatic system preference detection
- Manual theme override via frontmatter
- CSS custom properties for theming
Code Example
fn main() {
println!("Hello, dark theme!");
}
Table Example
| Theme | Status |
|---|---|
| Light | ✅ Default |
| Dark | ✅ Active on this page |
This is a blockquote in dark mode.
The theme system uses CSS custom properties to switch between light and dark color schemes seamlessly.