aboutsummaryrefslogtreecommitdiff
path: root/src/styles/card.css
Commit message (Collapse)AuthorAgeFilesLines
* refactor(colours): tokenise card shadows and scrimsFuwn3 days1-17/+2
| | | | | | | | | | | Introduce --shadow-card, --shadow-card-emphasized, --shadow-cta, --scrim, --scrim-soft, and --scrim-banner. Migrate 14 inline literals (card.css, input.css, Notification, MediaRoulette, the two Landing CTA buttons, the popup overlay, the palette and roulette scrims, three identity banners, the user profile cover art shadow) onto the tokens, with light/dark adaptation handled by the existing prefers-color-scheme blocks instead of duplicated inline. Two single-use Landing demo-focus values stay inline.
* style(card): move backdrop blur to an opt-in .card-glass modifierFuwn3 days1-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