We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d58e39 commit 72043cdCopy full SHA for 72043cd
1 file changed
src/components/JobCard.astro
@@ -28,8 +28,8 @@ const { title, location, type, level, salary, description, responsibilities, min
28
<h2 class="text-3xl font-bold mb-2">{title}</h2>
29
</a>
30
31
- <p class="text-white/60 mb-2">{([level, type, location].filter(Boolean)).join(" • ")}</p>
32
- <p class="text-white/70 mb-4">{salary}</p>
+ <p class="text-[var(--color-text-muted)] mb-2">{([level, type, location].filter(Boolean)).join(" • ")}</p>
+ <p class="text-[var(--color-text-secondary)] mb-4">{salary}</p>
33
<Markdown content={description || ""} class="job-post" />
34
35
{ responsibilities &&
0 commit comments