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

Dark mode implementation #156

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

Dark mode implementation #156

wants to merge 2 commits into from

Conversation

azick99
Copy link
Contributor

@azick99 azick99 commented Jan 31, 2024

I have implemented dark mode, but I am not good at web design, and I did not spend much time on color styles. So, feel free to change them any style you want.
all dark colors:

.dark-mode {
    --color-primary: rgb(255, 255, 255);
    --color-secondary: rgb(10, 3, 50);
    --color-card-shadow:rgba(0, 0, 0, 0.088);
    --color-icon:rgb(196, 196, 196);
    --color-dark-blue:rgba(10, 3, 50, 0.227);
    --color-last-btn:rgb(6, 1, 39);
}

You can change them, and it will affect on dark mode color. You do not need to change another place!!

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.

None yet

1 participant