Skip to content

Commit c241ecc

Browse files
xoofxCopilot
andcommitted
Fix hero text visibility in light theme
Remove hardcoded text-white and hero-text classes from the hero section; default body colour adapts correctly to both light and dark themes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d7edfd4 commit c241ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: simple
44
og_type: website
55
---
66

7-
<section class="text-center py-5 text-white hero-text">
7+
<section class="text-center py-5">
88
<div class="container">
99
<h1 class="fw-bold display-5">
1010
<span class="c64-text">XenoAtom</span>

0 commit comments

Comments
 (0)