From 7405c359d0da86f4f19a6bde21e4ac4c0493a678 Mon Sep 17 00:00:00 2001 From: oovg Date: Fri, 17 May 2019 13:47:34 -0700 Subject: [PATCH 1/8] Replaces HERO image with one that creates more contrast in light and dark mode. Removes requirement of showing a diff image for light/dark modes --- docs/.vuepress/theme/components/Hero.vue | 5 ++--- docs/.vuepress/theme/images/hero-dark.jpg | Bin 26630 -> 0 bytes docs/.vuepress/theme/images/hero.jpg | Bin 37366 -> 0 bytes docs/.vuepress/theme/images/hero.png | Bin 0 -> 765213 bytes yarn.lock | 7 +------ 5 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 docs/.vuepress/theme/images/hero-dark.jpg delete mode 100644 docs/.vuepress/theme/images/hero.jpg create mode 100644 docs/.vuepress/theme/images/hero.png diff --git a/docs/.vuepress/theme/components/Hero.vue b/docs/.vuepress/theme/components/Hero.vue index ebe5e4ad66c..4241f927f77 100644 --- a/docs/.vuepress/theme/components/Hero.vue +++ b/docs/.vuepress/theme/components/Hero.vue @@ -1,7 +1,6 @@