Fix styles and rec title
All checks were successful
parsley/pipeline/head This commit looks good

This commit is contained in:
Dan Elbert 2024-12-31 17:43:40 -06:00
parent 659d7405b2
commit c26d94e504
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
); );
watch( watch(
() => recipe.value?.name, () => recipe.value,
(newRecipe) => { (newRecipe) => {
if (newRecipe) { if (newRecipe) {
document.title = `${newRecipe.name}`; document.title = `${newRecipe.name}`;

View File

@ -7,7 +7,7 @@ $coolors-yellow: rgba(240, 162, 2, 1);
$family-serif: Georgia, "Times New Roman", Times, serif; $family-serif: Georgia, "Times New Roman", Times, serif;
@use "bulma/sass" as bulma with ( @use "bulma/versions/bulma-no-dark-mode" as bulma with (
$family-primary: $family-serif, $family-primary: $family-serif,
$green: $coolors-green, $green: $coolors-green,
$blue: $coolors-blue, $blue: $coolors-blue,