]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Merge branch 'main' of github.com:jgthms/bulma
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 19 Apr 2025 13:23:29 +0000 (15:23 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 19 Apr 2025 13:23:29 +0000 (15:23 +0200)
1  2 
CHANGELOG.md
docs/assets/css/website.css

diff --cc CHANGELOG.md
index ee23e696a3192f2a20df43228d30d18575cd04e3,09968a2eafe184a1e8b6ec7b0d3d9ab1df4e3ffb..3bea9734a34db19bb9b7e9edd6caf75fdd8e20de
@@@ -1,15 -1,8 +1,19 @@@
  # Bulma Changelog
  
 -## Unreleased
 +## 1.0.4
  
 -- Add .has-text-weight-extrabold as a typography class.
++### New Features
++
++- #3937: Add .has-text-weight-extrabold as a typography class.
++
 +### Bug Fixes
 +
 +- #3963: Improve colour loading versions of outlined buttons
 +- #3950: Correct the syntax in hero is-bold colour variants
 +
 +### Documentation Fixes
 +
 +- #3916 Fixed .skeleton-toggler issues 
  
  ## 1.0.3
  
index 33ef2d8f8cd5dc9384068b066e84ed4671b8193a,89b0a7037001f63d9f3293c51e6aac8c4d85a90e..d374ea3ca230046671a136c09cba9c60cd88ab7d
@@@ -30890,6 -30889,6 +30890,10 @@@ has-background-moon.is-hoverable:activ
    font-weight: 700 !important;
  }
  
++.has-text-weight-extrabold {
++  font-weight: 800 !important;
++}
++
  .is-family-primary {
    font-family: "Inter", "SF Pro", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  }
  
  .skeleton-toggler {
    position: fixed;
--  right: 1rem;
++  right: 13.5rem;
    bottom: 1rem;
--  z-index: 1;
++  z-index: 2;
  }
  
++@media screen and (max-width: 768px) {
++  .skeleton-toggler {
++    right: 1rem;
++  }
++}
  .js-resizable {
    position: relative;
  }