diff --git a/package.json b/package.json index abe60af..8cc7702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-excellent", - "version": "2.2.2", + "version": "2.2.3", "description": "Eleventy starter built around the workflow suggested by Andy Bell's buildexcellentwebsit.es.", "author": "Lene Saile", "license": "ISC", diff --git a/src/_includes/partials/meta-info.njk b/src/_includes/partials/meta-info.njk index b36c9f5..2b97ec6 100644 --- a/src/_includes/partials/meta-info.njk +++ b/src/_includes/partials/meta-info.njk @@ -32,9 +32,9 @@ -{% if personal.social.mastodon %} +{% if personal.platforms.mastodon %} - + {% endif %} diff --git a/src/assets/css/blocks/theme-switch.css b/src/assets/css/blocks/theme-switch.css index dcb284c..b40f656 100644 --- a/src/assets/css/blocks/theme-switch.css +++ b/src/assets/css/blocks/theme-switch.css @@ -14,12 +14,13 @@ } .theme-switch .button[aria-pressed='true'] { - --_color-primary-contast: color-mix( + --_color-primary-contrast: color-mix( in oklab, var(--color-primary) 85%, var(--color-base-dark) ); - --button-bg: var(--_color-primary-contast); + --button-bg: var(--_color-primary-contrast); --button-text: var(--color-base-light); - --button-border: var(--_color-primary-contast); + --button-border: var(--_color-primary-contrast); + outline-color: var(--_color-primary-contrast); } diff --git a/src/pages/built-with.njk b/src/pages/built-with.njk index faeb4ff..882e3be 100644 --- a/src/pages/built-with.njk +++ b/src/pages/built-with.njk @@ -3,9 +3,8 @@ title: Built with permalink: /built-with/index.html description: 'A list of sites based on / built with Eleventy Excellent. Add yours by submitting a pull request!' layout: page -grid: - sizes: "(max-width: 615px) 50vw, 100vw" - widths: [400, 520] +sizes: '(max-width: 615px) 50vw, 100vw' +widths: [400, 520] ---
@@ -26,22 +25,18 @@ grid:
{{ site.description }}
-- {{ site.description }} -
- - -