Update packages

This commit is contained in:
Jeremy Thomas
2025-12-03 10:40:51 +00:00
parent 82c5f33b96
commit 68ff0ad283
10 changed files with 368 additions and 624 deletions

View File

@@ -33994,9 +33994,6 @@ has-background-moon.is-hoverable:active {
padding: 1em;
}
.bulma-placeholder-mixin {
border-color: hsl(195, 53%, 79%);
}
.bulma-placeholder-mixin::-moz-placeholder {
color: lightblue;
}
@@ -34009,6 +34006,9 @@ has-background-moon.is-hoverable:active {
.bulma-placeholder-mixin:-ms-input-placeholder {
color: lightblue;
}
.bulma-placeholder-mixin {
border-color: hsl(195, 53%, 79%);
}
.bulma-placeholder-mixin:hover {
border-color: hsl(195, 83%, 66%);
}
@@ -34136,8 +34136,6 @@ has-background-moon.is-hoverable:active {
transition-duration: var(--bulma-duration);
transition-property: background-color, border-color, box-shadow, color;
vertical-align: top;
background: deeppink;
color: white;
}
.bulma-control-mixin:focus, .bulma-control-mixin:focus-visible, .bulma-control-mixin:focus-within, .bulma-control-mixin.is-focused, .bulma-control-mixin:active, .bulma-control-mixin.is-active {
outline: none;
@@ -34145,6 +34143,10 @@ has-background-moon.is-hoverable:active {
.bulma-control-mixin[disabled], fieldset[disabled] .bulma-control-mixin {
cursor: not-allowed;
}
.bulma-control-mixin {
background: deeppink;
color: white;
}
.bulma-control-mixin.is-small {
border-radius: var(--bulma-radius-small);
font-size: var(--bulma-size-small);
@@ -34177,8 +34179,6 @@ has-background-moon.is-hoverable:active {
transition-duration: var(--bulma-duration);
transition-property: background-color, border-color, box-shadow, color;
vertical-align: top;
background: mediumblue;
color: white;
}
.bulma-control-extend:focus, .bulma-control-extend:focus-visible, .bulma-control-extend:focus-within, .bulma-control-extend.is-focused, .bulma-control-extend:active, .bulma-control-extend.is-active {
outline: none;
@@ -34186,6 +34186,10 @@ has-background-moon.is-hoverable:active {
.bulma-control-extend[disabled], fieldset[disabled] .bulma-control-extend {
cursor: not-allowed;
}
.bulma-control-extend {
background: mediumblue;
color: white;
}
.bd-websites {
--gap: 0px;
@@ -34308,9 +34312,9 @@ has-background-moon.is-hoverable:active {
}
}
.bd-carbon {
aspect-ratio: 40/26;
max-height: 280px !important;
max-width: 400px !important;
aspect-ratio: 40/28;
height: 280px !important;
width: 400px !important;
}
.bd-carbon, .bd-carbon > div {
align-items: center;
@@ -34318,9 +34322,12 @@ has-background-moon.is-hoverable:active {
justify-content: center;
}
.bd-carbon > div {
aspect-ratio: 40/26;
aspect-ratio: 40/28;
}
.highlight:not(:last-child) {
margin-bottom: 1.5rem;
}
.highlight {
background-color: var(--hl-gray-09);
border-radius: var(--hl-radius);
@@ -34328,9 +34335,6 @@ has-background-moon.is-hoverable:active {
font-size: 0.875em;
position: relative;
}
.highlight:not(:last-child) {
margin-bottom: 1.5rem;
}
.highlight.bd-is-hovering {
box-shadow: inset 0 0 0 2px var(--hl-orange);
}
@@ -37260,6 +37264,7 @@ svg {
.masterclass-body {
background-color: #333;
position: relative;
background-color: #111;
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/assets/images/coding-background.jpg);
background-repeat: no-repeat;
background-position: center;
@@ -37315,8 +37320,8 @@ div.shine {
}
}
.launch-code {
animation-name: anim-fade-in;
animation-duration: 1s;
background-color: #111;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/coding-background.jpg);
background-size: cover;
background-position: center;
@@ -37398,9 +37403,3 @@ div.shine {
flex-basis: 30rem;
}
}
@media screen and (min-width: 1024px) {
.launch-code {
animation-name: anim-slide-down;
z-index: 40;
}
}

File diff suppressed because one or more lines are too long