Update `Teaser.vue` and `FactView.vue` for Consistent Colors
Description:
- Updated
Teaser.vueto apply a random background color class usinggetRandomColor(). - Moved color generation in
FactView.vueto ensure consistent color usage across allFactSegmentcomponents.
How to Test:
- Check
Teaser.vuefor consistent random background colors. - Verify
FactView.vuerenders all segments with the same color per fact.