# presentation/styles/menu.style.css

> 8 lines of code and 0 definitions.

Tree: Site tree
Language: css
Layer: product
Canonical: https://banes-lab.com/anatomy/tree#file-presentation-styles-menu-style-css
Source text: https://banes-lab.com/assets/sources/source.fd599177873563f4bd02618c6c651da7942a20a455d67e33cc58755473da162f.generated.txt

## Source

```css
.site-header {
    backdrop-filter: var(--blur-soft);
    background: var(--card-bg);
    border-bottom: var(--border-s) solid var(--white-alpha-border);
    padding: var(--space-sm) var(--space-lg);
    width: var(--percent-full);
    z-index: var(--z-sticky);
}
```
