From 3348a2293365bf33dc21832b5d8c1485da865970 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Fri, 17 May 2019 11:51:58 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + docs/css/bulma-docs.css | 4 ++++ docs/documentation/modifiers/typography-helpers.html | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e5f0e4a..52758da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * #2375 Add `.is-relative` helper * #2321 Make `.navbar` focus behave like hover for the navigation * #2290 Fix #1186 -> Reset the offset on columns +* #2231 Add `.has-text-weight-medium` helper ### Improvements diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index e32aa85d..e2c30812 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -1088,6 +1088,10 @@ a.has-text-danger:hover, a.has-text-danger:focus { font-weight: 400 !important; } +.has-text-weight-medium { + font-weight: 500 !important; +} + .has-text-weight-semibold { font-weight: 600 !important; } diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index 80481a77..95c842e8 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -402,6 +402,10 @@ breadcrumb: has-text-weight-normal Transforms text weight to normal + + has-text-weight-medium + Transforms text weight to medium + has-text-weight-semibold Transforms text weight to semi-bold