v2.1.4
fix(theme): readable schema title color in dark mode
The dark Redoc theme hardcoded schema.typeTitleColor to #1d4ed8 (dark royal-blue), rendering schema/oneOf titles dark-blue on the dark background — unreadable. Now #bfdbfe, consistent with typeNameColor. Dark-mode only. (#61)