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

feat: Add dark mode #83

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

feat: Add dark mode #83

wants to merge 4 commits into from

Conversation

Bilalkamal
Copy link

  • Implemented dark mode color scheme
  • Added dark mode toggle functionality
  • Improves accessibility and reduces eye strain

Screenshot 2024-12-30 at 20 44 08

@cyclotruc cyclotruc added the planned This will be implemented label Dec 30, 2024
@filipchristiansen
Copy link
Collaborator

I noticed that one of the pre-commit hooks in the CI workflow is failing — please run the pre-commits locally and it will resolve the issue.

@cyclotruc cyclotruc changed the title added dark mode Add dark mode Dec 31, 2024
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" class="">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused class tag

Suggested change
<html lang="en" class="">
<html lang="en">

@cyclotruc cyclotruc added work in progress This PR is not ready yet but is being worked on and removed planned This will be implemented labels Jan 2, 2025
@cyclotruc cyclotruc changed the title Add dark mode feat: Add dark mode Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work in progress This PR is not ready yet but is being worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants