We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff947a4 commit b45fe4cCopy full SHA for b45fe4c
1 file changed
frontend/main/src/pages/course/[coursePath]/index.tsx
@@ -113,7 +113,7 @@ export default function Post({
113
</Link>
114
</div>
115
</section>
116
- <section className="grid items-end justify-between gap-4 lg:flex">
+ <section className="grid items-end justify-between gap-4 lg:flex text-basics-50 dark:text-basics-50">
117
{post.authors ? (
118
<>
119
{post.authors?.map((author, i) => (
0 commit comments