Skeets: use theme color for annotated text links
Use the `onSurface` color from the `MaterialTheme` for links and mentions in skeet content. This ensures the link color adapts to the current theme (e.g., light or dark mode) instead of being a hardcoded blue.
The `annotatedContent()` function is now a `@Composable` to access the theme's color scheme.