When using the dracula template for slidev for exporting in any format, the colors are incorrectly shown on most layouts. Following a minimal working example and the result.

---
theme: dracula
layout: cover
---
# Using APIs
Web Programming **Orange**
---
layout: quote
---
# "What is **HTTP**."
[GitHub](https://github.com)
---
layout: default
---
# How to create HTTP requests?
Examples
- requests (deprecated)
- got
- Fetch API
- node-fetch
- superagent
- `Axios`
<kbd>enter</kbd>
When using the dracula template for slidev for exporting in any format, the colors are incorrectly shown on most layouts. Following a minimal working example and the result.