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

docs: add color-scheme #193

Merged
merged 3 commits into from
Dec 1, 2023
Merged

Conversation

sadeghbarati
Copy link
Collaborator

resolves #191

https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme

image

I think it's worth to add Dark mode link to the side navbar


Vite/Vue useDark

:root {
  color-scheme: light;
}

html.dark {
  color-scheme: dark;
}

Nuxt @nuxtjs/color-mode

html.light-mode {
  color-scheme: light;
}

html.dark-mode {
  color-scheme: dark;
}

Copy link
Member

@zernonia zernonia left a comment

Choose a reason for hiding this comment

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

Nicely done @sadeghbarati !

@zernonia zernonia merged commit caa8994 into unovue:dev Dec 1, 2023
1 check failed
@sadeghbarati sadeghbarati deleted the docs/color-scheme branch January 31, 2024 17:29
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.

[Bug]: input[type=file] styling
2 participants