This commit is contained in:
parent
659d7405b2
commit
c26d94e504
@ -49,7 +49,7 @@
|
||||
);
|
||||
|
||||
watch(
|
||||
() => recipe.value?.name,
|
||||
() => recipe.value,
|
||||
(newRecipe) => {
|
||||
if (newRecipe) {
|
||||
document.title = `${newRecipe.name}`;
|
||||
|
@ -7,7 +7,7 @@ $coolors-yellow: rgba(240, 162, 2, 1);
|
||||
|
||||
$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,
|
||||
$green: $coolors-green,
|
||||
$blue: $coolors-blue,
|
||||
|
Loading…
Reference in New Issue
Block a user