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";