Describe the bug
On mobile, there is some invisible space at the top of the home page in light mode. The text is white on a white background.
To Reproduce
Steps to reproduce the behavior:
- Open the website on mobile (switch with ctrl + maj + m on desktop firefox)
- Activate light mode
- There is a blank space
Expected behavior
The text should be black so we can see it on the white background.
Screenshots
What is happening:
What should happen:
Additional context
The problem is because the text has the text-white class, when it should be text-black on light mode.

Describe the bug
On mobile, there is some invisible space at the top of the home page in light mode. The text is white on a white background.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text should be black so we can see it on the white background.
Screenshots
What is happening:
What should happen:
Additional context
The problem is because the text has the
text-whiteclass, when it should betext-blackon light mode.