From 7d4e359da3873f2662bc51c21bf1ca43da94b868 Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Wed, 8 Jul 2020 10:07:08 -0400 Subject: [PATCH] Adding a screenshot to the readme --- README.md | 6 ++++++ src/scss/theme.scss | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd10ffd..a078007 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Homepage v7 This is version 7 of my homepage, now much simpler and without JS :P + +The goal was to make it as light as possible, without any JavaScript, using system defaults and CSS variables for automatic light/dark mode support. I also wanted it to scale perfectly no matter what device or screen you're on. + +![Screenshot as of July 2020](https://i.imgur.com/kqvVGde.png) + +It's just a virtual business card but by all means fork/use the theme, just share in kind and refer back. diff --git a/src/scss/theme.scss b/src/scss/theme.scss index 2c7406a..48b93f4 100644 --- a/src/scss/theme.scss +++ b/src/scss/theme.scss @@ -124,7 +124,7 @@ a { } // schemes -@import "dark"; +//@import "dark"; // media queries @import "media";