We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf438b commit 9195e77Copy full SHA for 9195e77
docs/.vuepress/theme/components/Hero.vue
@@ -1,6 +1,7 @@
1
<template>
2
<div class="hero relative content-block">
3
- <img alt="Ethereum.org Hero Image" height="auto" src="../images/hero.png" />
+ <img alt="Ethereum.org Hero Image" class="hide-dark" width="946" height="auto" src="../images/hero.gif" />
4
+ <img alt="Ethereum.org Hero Image - Dark" class="show-dark" width="946" height="auto" src="../images/hero-dark.gif" />
5
6
<div class="hero-block beginners sm-hide">
7
<router-link class="block header" to="/beginners/">→ Beginners</router-link>
docs/.vuepress/theme/images/hero-dark.gif
84.2 KB
docs/.vuepress/theme/images/hero.gif
78.2 KB
0 commit comments