Skip to content

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.

2 participants