Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix text color on dark theme #290

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kaitlynia
Copy link
Contributor

No description provided.

@kaitlynia
Copy link
Contributor Author

kaitlynia commented Apr 5, 2024

Just arm-wrestled git for like an hour, hopefully nothing is missing this time

EDIT: yup everything is still missing I made an entirely different branch with my changes and it still doesn't keep the diff so I honestly don't know what to do. It's just 6 lines missing from css.css

@furo321
Copy link
Contributor

furo321 commented Apr 5, 2024

I recommend starting from the beginning. So first remove your current commit with git reset --hard HEAD~1. Then do a rebase your branch to master (You will have to sync your fork on GitHub first) with git rebase -i master.

Then you can revert deen's commit with git revert 7bfd29b44d1041093fa2a5ffd7665479cd291a66 and now you can make your fix again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants