github ulsklyc/oikos v0.24.3

latest releases: v0.25.8, v0.25.7, v0.25.6...
17 hours ago

Added

  • Design tokens: --blur-2xs: blur(2px) added to the blur scale — fills the gap below --blur-xs (4px), used for subtle overlay blurs
  • Design tokens: --module-reminders: #0E7490 (Cyan-700, WCAG AA) added for the reminders feature; dark mode variant #22D3EE (Cyan-400)

Fixed

  • Design tokens: hardcoded blur(16px), blur(2px), and blur(12px) in layout.css replaced with var(--blur-md), var(--blur-2xs), and var(--blur-sm)prefers-reduced-transparency now correctly disables all backdrop-filter effects including bottom nav, more-sheet backdrop, and sticky headers
  • Accessibility: layout.css now has a prefers-reduced-transparency block for .nav-bottom, .more-backdrop, and .sticky-header — these three elements previously kept their backdrop-filter active even when the user requested reduced transparency
  • Reminders: reminder bell icon in toasts now uses var(--module-reminders) instead of the generic var(--color-accent)

Don't miss a new oikos release

NewReleases is sending notifications on new releases.