fix: Update text colour to stop visibility issues

This commit is contained in:
2025-01-11 11:25:26 +11:00
parent 97f0f7cd9c
commit 434861024c

View File

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