diff --git a/README.md b/README.md index 3954e0d..f6ef9ea 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ We first need to install ghost locally to then work on our custom theme. Use Node 16.13.0. - `npm install ghost-cli@latest -g` -- `ghost install local` +- `ghost install 4.48.2 --local` (or update to match the curret versionnpm run dev) - Set up you Ghost site - You can import stuff from our live website from `https://speckle.systems/ghost/#/settings/labs` > Export your content and import into your local site - Note: images are not exported automatically unforch @@ -28,5 +28,6 @@ Now, in order to trigger Ghost load our theme and use it live as we're editing i - set it as active theme - got to `YOUR-LOCAL-GHOST-INSTALLATION-FOLDER\ghost-local\content\themes` - replace the newly created `speckle-starter-theme` folder with your actual ghost theme repo folder (I had to rename it to `speckle-starter-theme`) +- alternatively create a symlink - `npm run dev` inside you theme folder - now it should be up and running diff --git a/assets/built/screen.css b/assets/built/screen.css index a905e4a..1acbc4a 100644 --- a/assets/built/screen.css +++ b/assets/built/screen.css @@ -1,6 +1,6 @@ /* Tailwind */ -/* ! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */ +/* ! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ @@ -442,6 +442,18 @@ button, cursor: pointer; } +/** + * Override legacy focus reset from Normalize with modern Firefox focus styles. + * + * This is actually an improvement over the new defaults in Firefox in our testing, + * as it triggers the better focus styles even for links, which still use a dotted + * outline in Firefox by default. + */ + +:-moz-focusring { + outline: auto; +} + table { border-collapse: collapse; } @@ -565,6 +577,7 @@ video { padding-left: 0.75rem; font-size: 1rem; line-height: 1.5rem; + --tw-shadow: 0 0 #0000; } [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus { @@ -576,7 +589,7 @@ video { --tw-ring-color: #2563eb; --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); border-color: #2563eb; } @@ -626,6 +639,7 @@ select { background-color: #fff; border-color: #6b7280; border-width: 1px; + --tw-shadow: 0 0 #0000; } [type='checkbox'] { @@ -645,7 +659,7 @@ select { --tw-ring-color: #2563eb; --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); } [type='checkbox']:checked,[type='radio']:checked { @@ -48100,7 +48114,7 @@ select { } /** - * Swiper 6.8.1 + * Swiper 6.8.4 * Most modern mobile touch slider and framework with hardware accelerated transitions * https://swiperjs.com * @@ -48108,7 +48122,7 @@ select { * * Released under the MIT License * - * Released on: August 3, 2021 + * Released on: August 23, 2021 */ @font-face { diff --git a/package.json b/package.json index 8f4d94c..0c7b9ad 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "speckle-starter-theme", "description": "A custom theme for speckle", "demo": "https://starter.ghost.io", - "version": "2.4.5", + "version": "2.4.6", "engines": { "ghost": ">=3.0.0", "ghost-api": "v3" diff --git a/partials/landing/logos.hbs b/partials/landing/logos.hbs index 74094e4..3d97416 100644 --- a/partials/landing/logos.hbs +++ b/partials/landing/logos.hbs @@ -2,38 +2,86 @@