2.0.2
05/02/2024
- Renamed Webflow project "Spurwing Project Starter"
- Renamed Webflow publishing URL "spurwing-project-starter.webflow.io"
- Adding back in removal of margin on top and last rich text items
- Added typical Fluid Responsive setup code into custom CSS
- Added changelog
- Added bullet styling to .rich-text
- Removed line-height: 1.5; from custom CSS and added to Webflow instead as 1.4 (unitless)
- Removed custom CSS setting line heights sitewide
- Removed custom CSS that makes all links inherit if no class set. Caused issue with rich text.
2.0.3
08/02/2024
- Added CSS that adds a red outline to links in the designer that are not linked up
- Put text styles first over HTML items
- Added variables for Styleguide Background and Styleguide Text the latter currently uses the body variable.
- Added CSS rule to make element inline-flex when data attribute css="inline-flex" is added. Great for link blocks.
2.0.4
21/02/2024
- Added overscroll-behaviour: none; to Body (All Pages)
- Added inherit, natively, as the font colour to All Links
- Removed underline from All Links
- Added object-fit: cover; to All Images
- Added custom CSS to unset Button elements styles
2.0.5
05/03/2024
- Added <meta name="theme-color" content="#fcf5ee"/> to <head> of all pages. This sets the browsers theme colour, easily found when you scroll down on a recent Apple device using Safari.
- Removed CSS rule to make element inline-flex when data attribute css="inline-flex" is added. This is supported natively now.
2.0.6
10/06/2024
- Added custom CSS to hide .splide__sr ellipses that flash on slide change.