-
|
In what design should we capture images? Darkmode? Lightmode? Both? If both: How do we automatically use dark and light one? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
I am thinking of a custom vue component to handle that. |
Beta Was this translation helpful? Give feedback.
-
|
Implemented what i thought of in #20 |
Beta Was this translation helpful? Give feedback.
-
|
I added some CSS based on I'll merge in the Vue component too. We can use both and pick one in the future?
|
Beta Was this translation helpful? Give feedback.
I added some CSS based on
https://github.com/vuejs/vitepress/issues/3146, with some notes on how to use them here:I'll merge in the Vue component too. We can use both and pick one in the future?