Skip to content

Commit 69a0a0f

Browse files
committed
Fix dark mode
1 parent 4b2f859 commit 69a0a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Banner/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { Content } = await entry.render();
55
const { link, title } = entry.data;
66
---
77

8-
<div class="banner bg-accent-color" style={{ display: 'none' }} data-title={title}>
8+
<div class="banner bg-accent-color text-accent-type-color" style={{ display: 'none' }} data-title={title}>
99
<a class="banner-content" href={link} target="_blank">
1010
<Content />
1111
</a>

0 commit comments

Comments
 (0)