Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 31, 2025

Bold text rendered from Markdown (**text**) in callout components was invisible in dark mode due to missing prose-strong dark mode styling.

Changes

Added dark:prose-strong:text-slate-300 to callout body styles:

  • note callout type (line 10)
  • warning callout type (line 16)

This aligns bold text color with regular text (slate-300) in dark mode while preserving light mode appearance.

// Before
body: 'text-sky-800 ... dark:text-slate-300 dark:prose-code:text-slate-300'

// After  
body: 'text-sky-800 ... dark:text-slate-300 dark:prose-code:text-slate-300 dark:prose-strong:text-slate-300'

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fonts.googleapis.com
    • Triggering command: node /home/REDACTED/work/Codex/Codex/node_modules/.bin/../next/dist/bin/next build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>No dark theme for bold text in callouts :(</issue_title>
<issue_description>```markdown
{% callout title="Les mer om databasene" type="note" %}
Se dokumentasjonen for "Drifts database oppsett" for utfyllende informasjon om hvordan database-systemene er konfigurert og hvordan de brukes.
{% /callout %}


<img width="880" height="246" alt="Image" src="https://github.com/user-attachments/assets/aa4b720a-11c9-4aeb-a89e-1bf407219831" />

<img width="869" height="256" alt="Image" src="https://github.com/user-attachments/assets/9dcc1711-914a-4b28-87b4-b12b88349684" /></issue_description>

## Comments on the Issue (you are @copilot in this section)

<comments>
<comment_new><author>@borgaar</author><body>
@lille-morille plz fix</body></comment_new>
</comments>


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link

vercel bot commented Oct 31, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
codex Ready Ready Preview Comment Oct 31, 2025 10:47am

Co-authored-by: lille-morille <69890033+lille-morille@users.noreply.github.com>
Copilot AI changed the title [WIP] Add dark theme for bold text in callouts Add dark mode styling for bold text in callouts Oct 31, 2025
Copilot AI requested a review from lille-morille October 31, 2025 10:49
@borgaar borgaar marked this pull request as ready for review November 20, 2025 15:26
Copy link
Contributor

@borgaar borgaar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@borgaar borgaar merged commit 6d3ec70 into main Nov 20, 2025
2 checks passed
@borgaar borgaar deleted the copilot/add-dark-theme-support branch November 20, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No dark theme for bold text in callouts :(

3 participants