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

Add dark mode version of hero image #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JHWelch
Copy link

@JHWelch JHWelch commented Apr 13, 2024

Adds a Dark Theme version of the hero image for the README

Colors copied from Dark version of Vite PWA Website

BEFORE

Light

CleanShot 2024-04-13 at 15 17 23@2x

Dark

CleanShot 2024-04-13 at 15 17 15@2x

AFTER

Light

CleanShot 2024-04-13 at 15 17 39@2x

Dark

CleanShot 2024-04-13 at 15 17 46@2x

@userquin
Copy link
Member

userquin commented Apr 15, 2024

We've both svg (in figma not in the repo) and so we can add logic I added here: https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md

<div align="center">
<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://github.com/userquin/vuetify-nuxt-module/raw/main/hero-dark.svg" />
  <img alt="vuetify-nuxt-module - Zero-config Nuxt Module for Vuetify" src='https://github.com/userquin/vuetify-nuxt-module/raw/main/hero.svg' alt="vuetify-nuxt-module - Zero-config Nuxt Module for Vuetify"><br>
</picture>
<p>Zero-config Nuxt Module for Vuetify</p>
</div>

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

2 participants