Build 1.0.4

This commit is contained in:
Jeremy Thomas
2025-04-19 16:00:57 +02:00
parent 46807b4c42
commit 132caf58f7
22 changed files with 45 additions and 28 deletions

7
css/bulma.css vendored
View File

@@ -1,5 +1,5 @@
@charset "UTF-8";
/*! bulma.io v1.0.3 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
:root {
--bulma-control-radius: var(--bulma-radius);
@@ -3776,6 +3776,7 @@ a.box:active {
}
.button.is-outlined {
--bulma-button-border-width: max(1px, 0.0625em);
--bulma-loading-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
background-color: transparent;
border-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
@@ -21040,6 +21041,10 @@ has-background-danger.is-hoverable:active {
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;
}