fix: Update text colour to stop visibility issues

This commit is contained in:
Nathan Woodburn 2025-01-11 11:25:26 +11:00
parent 97f0f7cd9c
commit 434861024c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -16,5 +16,8 @@ body {
}
.text-neutral-950 {
color: #ffffff;
color: #ffb614ff;
}
.text-neutral-400 {
color: #000000;
}