diff --git a/README.md b/README.md index 9fa5e40..5431d5e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # 11ty-cubetopia ## What is Cubetopia? + Cubetopia is a modern [Eleventy](https://www.11ty.dev) website baseline that's easy to adapt and extend. It comes out of the box with sensible and responsive styling and site defaults. Minimal, if any, adjustments are necessary to deploy a good-looking website: just add content. The stack in summary is: + - Node.js - 11ty v3 (ESM) - Markdown content + frontmatter diff --git a/src/assets/scss/_reset.scss b/src/assets/scss/_reset.scss index f4d96d4..a042226 100644 --- a/src/assets/scss/_reset.scss +++ b/src/assets/scss/_reset.scss @@ -107,9 +107,9 @@ textarea:not([rows]) { // Reduce / eliminate animations and motions for people that don't want it @media (prefers-reduced-motion: reduce) { html:focus-within { - scroll-behavior: auto; + scroll-behavior: auto; } - + *, *::before, *::after { @@ -118,4 +118,4 @@ textarea:not([rows]) { transition-duration: 0.01ms !important; scroll-behavior: auto !important; } -} \ No newline at end of file +}