diff --git a/config/changelog.yaml b/config/changelog.yaml index bb969e18784..9cf9c41d3d4 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -33,6 +33,7 @@ Unreleased: - Term `gist` is now `data` css-theme: - Added new styles for the frontend changes in 2.2 + - Removed smaller fonts in ul.links i18n: - Added/Updated strings for the 2.2 frontend changes - Changed `Joost De Cock` to `Joost` because spam filters don't like cock @@ -73,8 +74,12 @@ Unreleased: Explain that pattern names are bound by the constraints of NPM package names" hugo: - Made sure dimensions for hood center and waistband are always shown + florent: + - Fixed an SA issue in brim top and removed SA from interfacing sandy: - Fixed tags in pattern config file + theo: + - Fixed issue with side piece penelope: - Fixed tags in pattern config file waralee: diff --git a/packages/css-theme/src/elements/_ul.scss b/packages/css-theme/src/elements/_ul.scss index 15f440b4a23..f60d55c2705 100644 --- a/packages/css-theme/src/elements/_ul.scss +++ b/packages/css-theme/src/elements/_ul.scss @@ -1,7 +1,6 @@ ul.links { padding-left: 1.5rem; line-height: 1.35; - font-size: 95%; font-weight: normal; li { list-style-type: none;