aboutsummaryrefslogtreecommitdiff
path: root/src/styles/card.css
Commit message (Collapse)AuthorAgeFilesLines
* style(card): move backdrop blur to an opt-in .card-glass modifierFuwn20 hours1-0/+3
| | | | | | | | | | | Strip backdrop-filter: blur(4px) from the base .card so the ~50 in-flow surfaces (landing panels, schedule rows, tool cards, user profile cards, badge wall, etc.) stop paying for a blur they don't need. Introduce .card-glass for the surfaces that actually float over other content: the sticky page header, header nav dropdowns, command palette, title-attribute tooltips, LinkedTooltip, and HoverCover. Popup, MediaRoulette, and Notification keep their existing parent-overlay or solid-background treatments.
* chore(biome): drop formatter style overridesFuwn2026-03-011-27/+27
|
* chore(biome): enable css formattingFuwn2026-03-011-1/+1
|
* format: Apply Prettier formattingFuwn2026-01-221-2/+6
|
* format: Apply Prettier formattingFuwn2025-12-151-6/+2
|
* style: Reformat using latest formattingFuwn2025-06-111-2/+6
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-23/+23
|
* refactor: ids to classesFuwn2024-02-191-2/+2
|
* refactor(styles): move out to srcFuwn2024-01-231-0/+53