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