Releases: Vibeaxis/vax-micro-ux
Releases · Vibeaxis/vax-micro-ux
Release list
v.1.0.4
v1.0.3
What’s new
Arrow now inherits theme color via fill="currentColor" (visible on dark backgrounds)
Adds :focus-visible ring and gentle hover
Metadata: “Tested up to: 6.8” for wp.org compatibility
No JS, no options, no tracking — still boring on purpose
Install
Upload the ZIP → Activate → On long posts (≥900 words), a small Back-to-Top appears on mobile.
Customize (filters)
add_filter('vax_backtop_min_words', fn()=>1200);
add_filter('vax_backtop_mobile_breakpoint', fn()=>768);
add_filter('vax_backtop_bg', fn()=> '#ffd400');
add_filter('vax_backtop_fg', fn()=> '#000000');