We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2f859 commit 69a0a0fCopy full SHA for 69a0a0f
1 file changed
src/components/Banner/index.astro
@@ -5,7 +5,7 @@ const { Content } = await entry.render();
5
const { link, title } = entry.data;
6
---
7
8
-<div class="banner bg-accent-color" style={{ display: 'none' }} data-title={title}>
+<div class="banner bg-accent-color text-accent-type-color" style={{ display: 'none' }} data-title={title}>
9
<a class="banner-content" href={link} target="_blank">
10
<Content />
11
</a>
0 commit comments